mirror of
https://github.com/zen-browser/desktop.git
synced 2026-05-03 20:45:08 +00:00
fix: adjust positioning of popup notification dropmarker in zen URL bar styles
This commit is contained in:
@@ -366,15 +366,14 @@ button.popup-notification-dropmarker {
|
||||
@media not (-moz-bool-pref: 'zen.view.compact') {
|
||||
max-width: 45%;
|
||||
min-width: 45%;
|
||||
position: absolute;
|
||||
}
|
||||
position: absolute;
|
||||
|
||||
top: calc(var(--zen-toolbar-height) * 2) !important;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
top: calc(var(--zen-toolbar-height) * 2) !important;
|
||||
left: 25vw;
|
||||
|
||||
#urlbar-container:has(&) {
|
||||
border-radius: 10px;
|
||||
background: var(--toolbarbutton-hover-background);
|
||||
}
|
||||
#urlbar-container:has(&) {
|
||||
border-radius: 10px;
|
||||
background: var(--toolbarbutton-hover-background);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user