fix: adjust positioning of popup notification dropmarker in zen URL bar styles

This commit is contained in:
mr. M
2024-12-09 18:16:29 +01:00
parent 6bc6b3e772
commit 35f9d6f72a
5 changed files with 7 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 75 KiB

View File

@@ -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);
}
}