mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-06 03:18:19 +00:00
Compare commits
1 Commits
1.15.3b
...
better-sta
Author | SHA1 | Date | |
---|---|---|---|
![]() |
cc1e375cd1 |
@@ -412,3 +412,29 @@ menuseparator {
|
||||
padding: 0 !important;
|
||||
min-width: unset !important;
|
||||
}
|
||||
|
||||
#statuspanel {
|
||||
&:not([hidden]) {
|
||||
bottom: 6px;
|
||||
left: 6px;
|
||||
}
|
||||
|
||||
&:not([mirror]):-moz-locale-dir(rtl),
|
||||
&[mirror]:-moz-locale-dir(ltr) {
|
||||
left: auto;
|
||||
right: 6px;
|
||||
}
|
||||
|
||||
& #statuspanel-label {
|
||||
background: color-mix(in srgb, var(--zen-colors-primary) 80%, #0f0f0f 20%) !important;
|
||||
border-radius: 99px !important;
|
||||
padding: 3px 7px;
|
||||
font-weight: 600;
|
||||
color: white;
|
||||
border: none !important;
|
||||
outline: 1px solid rgba(255, 255, 255, 0.2);
|
||||
font-size: small;
|
||||
outline-offset: -1px;
|
||||
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user