mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 02:30:42 +01:00
fix(next): another non-performant CSS selector
This commit is contained in:
@@ -76,7 +76,8 @@ body.background-effects.platform-win32.layout-vertical #vertical-main-container
|
|||||||
--tab-first-item-horiz-offset: 5px;
|
--tab-first-item-horiz-offset: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
:has(#left-pane.hidden-int) #launcher-pane.vertical {
|
/* Add a border to the vertical launch bar if collapsed. */
|
||||||
|
body.layout-vertical #horizontal-main-container:has(#left-pane.hidden-int) #launcher-pane.vertical {
|
||||||
border-right: 2px solid var(--left-pane-collapsed-border-color);
|
border-right: 2px solid var(--left-pane-collapsed-border-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user