Refactor ZenStartup.mjs and zen-settings.js, and update subproject commit in l10n and zen-components

This commit is contained in:
mauro-balades
2024-09-22 22:59:50 +02:00
parent 52d5a389bf
commit 6f42c30abe
2 changed files with 6 additions and 3 deletions

View File

@@ -50,5 +50,8 @@
#tabbrowser-tabbox {
display: flex;
flex-direction: row;
}
:root:not([inDOMFullscreen='true']) #tabbrowser-tabbox {
padding: 1px; /* To allow the web view's shadow to be visible */
}

View File

@@ -19,11 +19,11 @@
/* Set the extra paddings */
#tabbrowser-tabpanels {
#browser:has(#navigator-toolbox[zen-right-side='true']) & {
:root:not([inDOMFullscreen='true']) #browser:has(#navigator-toolbox[zen-right-side='true']) & {
padding-right: var(--zen-element-separation) !important;
}
#browser:has(#navigator-toolbox:not([zen-right-side='true'])) & {
:root:not([inDOMFullscreen='true']) #browser:has(#navigator-toolbox:not([zen-right-side='true'])) & {
padding-left: var(--zen-element-separation) !important;
}
}
@@ -90,7 +90,7 @@
--zen-toolbox-top-align: var(--zen-element-separation);
}
#tabbrowser-tabpanels {
:root:not([inDOMFullscreen='true']) #tabbrowser-tabpanels {
padding-top: var(--zen-element-separation) !important;
}