chore: Update margin-top in zen-compact-mode.css and vertical-tabs.css for consistent spacing and better alignment

This commit is contained in:
Mauro Balades
2024-08-16 12:26:12 +02:00
parent 13515a5458
commit abf7ec6c1d
3 changed files with 15 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
}
:root[inFullscreen="true"] #navigator-toolbox {
display: none;
margin-top: 0 !important;
}
#zen-tabbox-wrapper:has(#zen-sidebar-splitter:not([state="dragging"])) #navigator-toolbox {

View File

@@ -0,0 +1,13 @@
diff --git a/browser/themes/shared/tabbrowser/fullscreen-and-pointerlock.css b/browser/themes/shared/tabbrowser/fullscreen-and-pointerlock.css
index 787e3153e2e07b383445e94aa9e25177eb49c929..c2bbde0458808e7e788f3d8d7b8c8409e6b5afc0 100644
--- a/browser/themes/shared/tabbrowser/fullscreen-and-pointerlock.css
+++ b/browser/themes/shared/tabbrowser/fullscreen-and-pointerlock.css
@@ -7,7 +7,7 @@
:root[inDOMFullscreen] #sidebar-box,
:root[inDOMFullscreen] #sidebar-main,
:root[inDOMFullscreen] #sidebar-splitter,
-:root[inFullscreen]:not([macOSNativeFullscreen]) toolbar:not([fullscreentoolbar=true]),
+:root[inFullscreen]:not([macOSNativeFullscreen]) toolbar:not([fullscreentoolbar=true]):not(#zen-sidebar-icons-wrapper),
:root[inFullscreen] .global-notificationbox {
visibility: collapse;
}