gtk: ensure workspace switcher visibility

This commit is contained in:
Phantop 2023-11-28 11:33:18 -05:00
parent 53387206d4
commit 189cfeb80a
1 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,4 @@
window.ssd * {margin: -99px} window, headerbar {border-radius: 0}
headerbar, headerbar *, headerbar * * { min-height: 0; margin: 0; padding: 0; }
.workspace-item { border-left: 1px solid #404040; border-right: 1px solid #404040; }
.current-workspace { background-color: #262626 }