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
+10 -2
View File
@@ -69,9 +69,13 @@ entry {
right: 4px;
};
&:hover, &:focus {
&:hover {
background: colors.$bg-secondary;
}
&:focus {
box-shadow: inset 0 0 0 2px colors.$fg-primary;
}
}
}
@@ -114,9 +118,13 @@ entry {
padding: 2px;
border-radius: 8px;
&:hover, &:focus {
&:hover {
background: colors.$bg-secondary;
}
&:focus {
box-shadow: inset 0 0 0 1px colors.$fg-primary;
}
}
& icon.close {