Enhance compact mode functionality by refining sidebar animation conditions and updating CSS ignore rules

This commit is contained in:
mr. M
2025-01-25 13:42:52 +01:00
parent d996db31d6
commit 63fcbc73a5
3 changed files with 11 additions and 3 deletions

View File

@@ -4,7 +4,10 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
& #zen-sidebar-top-buttons:not(:has(toolbarbutton, toolbaritem)) {
&
#zen-sidebar-top-buttons:not(
:has(#zen-sidebar-top-buttons-customization-target > *:not(#zen-sidebar-top-buttons-separator))
) {
max-height: 0 !important;
min-height: 0 !important;
opacity: 0;