fix: adjust positioning of popup notification dropmarker and refine welcome page styles

This commit is contained in:
mr. M
2024-12-09 19:21:17 +01:00
parent 5aecff2f1a
commit eb1e00ef7b
2 changed files with 4 additions and 2 deletions

View File

@@ -370,7 +370,7 @@ button.popup-notification-dropmarker {
position: absolute;
top: calc(var(--zen-toolbar-height) * 2) !important;
left: 25vw;
left: 28vw;
#urlbar-container:has(&) {
border-radius: 10px;

View File

@@ -52,10 +52,12 @@ body {
z-index: 2;
}
body:has(:is(#welcome, #thanks):not([hidden='true'])) {
body:has(#welcome:not([hidden='true'])) {
background: var(--zen-branding-coral);
color: var(--zen-branding-paper);
}
body:has(:is(#welcome, #thanks):not([hidden='true'])) {
& #buttons-footer {
justify-content: center;
position: fixed;