Small adjustments to compact mode and the URL bar background

This commit is contained in:
mr. m
2025-03-05 13:05:39 +01:00
parent 188a6ea801
commit 55275b23aa
3 changed files with 15 additions and 1 deletions

View File

@@ -57,6 +57,10 @@
top: calc(var(--zen-element-separation) / 2);
height: calc(100% - var(--zen-element-separation));
}
& #zen-sidebar-top-buttons {
margin: 0 0 calc(var(--zen-toolbox-padding) / 2) 0;
}
}
&:not([zen-right-side='true']) #nav-bar {

View File

@@ -109,7 +109,7 @@
}
& #zen-sidebar-top-buttons {
margin: var(--zen-element-separation) 0 var(--zen-toolbox-padding) 0;
margin: var(--zen-element-separation) 0 calc(var(--zen-toolbox-padding) / 2) 0;
}
& #PanelUI-menu-button {

View File

@@ -44,6 +44,16 @@
outline-color: none !important;
}
#urlbar:not([breakout-extend='true']) {
& #urlbar-background {
transition: background-color 0.15s ease;
}
&:hover #urlbar-background {
background-color: light-dark(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.2)) !important;
}
}
#identity-box.chromeUI:not([pageproxystate='invalid']) {
& #identity-icon-box {
background: light-dark(rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1)) !important;