We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b36b1 commit 45d926eCopy full SHA for 45d926e
source/4-user-interface/sidebars.css
@@ -18,10 +18,6 @@
18
/** Sidebar Headers Hidden (Tab Headers)
19
──────────────────────────────────────────────────── */
20
21
-body:not(.show-sidebar-header-buttons) {
22
- --sidebar-tabs-unhovered-height: 10px;
23
-}
24
-
25
/* WINDOWS / LINUX */
26
/* fix sidebar header buttons not being clickable see #247 */
27
body:is(.mod-windows, .mod-linux) {
@@ -60,6 +56,7 @@ body:not(.show-sidebar-header-buttons)
60
56
:is(.mod-left-split, .mod-right-split)
61
57
.workspace-tabs:not(.mod-top)
62
58
.workspace-tab-header-container:not(:hover) {
59
+ --sidebar-tabs-unhovered-height: 10px;
63
height: var(--sidebar-tabs-unhovered-height);
64
}
65
0 commit comments