mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 18:25:51 +01:00
style(next): fix a performance-heavy selector
This commit is contained in:
@@ -71,7 +71,7 @@ body.background-effects.platform-win32.layout-vertical #vertical-main-container
|
|||||||
/* #endregion */
|
/* #endregion */
|
||||||
|
|
||||||
/* Matches when the left pane is collapsed */
|
/* Matches when the left pane is collapsed */
|
||||||
:has(.layout-vertical #left-pane.hidden-int) {
|
#horizontal-main-container:has(#left-pane.hidden-int) {
|
||||||
--center-pane-border-radius: 0;
|
--center-pane-border-radius: 0;
|
||||||
--tab-first-item-horiz-offset: 5px;
|
--tab-first-item-horiz-offset: 5px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user