Fixed having invalid custom gradient colors

This commit is contained in:
mr. M
2024-11-02 19:29:16 +01:00
parent 5b93ce3481
commit 49dc6ac30b
2 changed files with 5 additions and 1 deletions

View File

@@ -20,6 +20,10 @@
#zen-glance-sidebar-container { #zen-glance-sidebar-container {
display: none; display: none;
& toolbarbutton:hover {
background: var(--button-background-color-hover);
}
} }
.browserSidebarContainer.zen-glance-overlay { .browserSidebarContainer.zen-glance-overlay {