mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-27 10:51:52 +00:00
fix: adjust positioning of popup notification dropmarker and refine welcome page styles
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user