Refactor zen-browser-ui.css to add padding to tabbrowser-tabpanels

This commit is contained in:
mauro-balades
2024-09-10 20:45:38 +02:00
parent 0e57c961c8
commit 667321e728

View File

@@ -10,7 +10,7 @@
--inactive-titlebar-opacity: 1;
}
#tabbrowser-tabpanels {
:root:not([inDOMFullscreen='true']) #tabbrowser-tabpanels {
padding-right: var(--zen-element-separation);
padding-bottom: var(--zen-element-separation);
}