Fixed shadow offset and closing last tab when glance is open

This commit is contained in:
mr. M
2024-11-02 18:34:38 +01:00
parent e0a3b2d8c3
commit c5b6376980
3 changed files with 3 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
& #tabbrowser-tabpanels {
padding-right: var(--zen-element-separation);
padding-bottom: var(--zen-element-separation);
padding-left: 1px; /* Shadow offset */
#browser:has(#navigator-toolbox[zen-right-side='true']) & {
padding-right: 0;

View File

@@ -9,7 +9,7 @@
}
#tabbrowser-tabpanels:has(.zen-glance-background) {
transform: scale(0.98);
transform: scale(0.99);
backdrop-filter: blur(5px);
& .zen-glance-background {