style: hide empty sidebar top buttons in customization mode for cleaner UI

This commit is contained in:
mr. M
2024-12-11 00:48:27 +01:00
parent 188bb85fe8
commit 3ea13893dd

View File

@@ -335,6 +335,14 @@
}
}
:root:not([customizing]) #zen-sidebar-top-buttons:has(#zen-sidebar-top-buttons-customization-target:empty) {
max-height: 0 !important;
min-height: 0 !important;
opacity: 0;
overflow: hidden;
pointer-events: none;
}
#vertical-pinned-tabs-container {
padding-inline-end: 0 !important;
display: flex !important;