fix: repeating right sidebar gradient in compact mode, p=#10393

* fix: repeating right sidebar gradient in compact mode

---------

Co-authored-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
This commit is contained in:
reizumi
2025-09-16 21:08:16 +08:00
committed by GitHub
parent f780eb9c33
commit 142ac7356f

View File

@@ -160,7 +160,7 @@
outline: 1px solid rgba(255, 255, 255, .15);
outline-offset: -1px;
background-attachment: fixed !important;
background-size: 2000px !important;
background-size: 100vw !important;
}
&,
@@ -361,7 +361,7 @@
@media -moz-pref('zen.view.compact.color-toolbar') {
background-attachment: fixed;
background: var(--zen-main-browser-background-toolbar);
background-size: 100% 2000px;
background-size: 100% 100vh;
}
}
}