chore: make workspaces fit in a single widget, add keyboard support for the logout menu

This commit is contained in:
retrozinndev
2025-06-28 13:29:33 -03:00
parent dece2776fe
commit 2bca31e601
9 changed files with 276 additions and 239 deletions
+8
View File
@@ -23,6 +23,10 @@
}
}
/*& eventbox:focus, & button:focus {
box-shadow: inset 0 0 0 1px colors.$fg-primary;
}*/
& .quickactions {
margin-bottom: .8em;
@@ -188,6 +192,10 @@ box.history {
& button {
padding: 6px;
&:focus {
box-shadow: inset 0 0 0 1px colors.$fg-primary;
}
& icon {
font-size: 16px;
}