mirror of
https://github.com/zen-browser/desktop.git
synced 2025-12-26 16:18:53 +00:00
More common UI fixes
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
}
|
||||
|
||||
#PanelUI-zen-gradient-generator-controls {
|
||||
padding-right: var(--panel-padding);
|
||||
align-items: center;
|
||||
gap: var(--panel-padding);
|
||||
}
|
||||
|
||||
@@ -416,11 +416,12 @@ button.popup-notification-dropmarker {
|
||||
--urlbar-container-height: 55px !important;
|
||||
--urlbar-margin-inline: 10px !important;
|
||||
position: fixed;
|
||||
width: min(90%, 45rem) !important;
|
||||
|
||||
width: min(90%, 45rem) !important;
|
||||
font-size: 1.15em !important;
|
||||
@media (-moz-platform: macos) {
|
||||
font-size: 1.5em !important;
|
||||
width: min(90%, 60rem) !important;
|
||||
}
|
||||
top: 50% !important;
|
||||
transform: translate(-50%, -50%);
|
||||
|
||||
Reference in New Issue
Block a user