mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-20 22:35:39 +00:00
Fixed shadow offset and closing last tab when glance is open
This commit is contained in:
Submodule src/browser/base/content/zen-components updated: 6d542ea79b...9b4b399c59
@@ -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;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user