feat: New status bar UI, b=no-bug, c=mods, common

This commit is contained in:
Mr. M
2025-08-29 17:42:53 +02:00
parent 2436ada221
commit d035348896
2 changed files with 16 additions and 1 deletions

View File

@@ -24,5 +24,4 @@
- name: zen.injections.match-urls
value: 'http://localhost/*'
locked: true
condition: '!defined(MOZILLA_OFFICIAL)'

View File

@@ -228,3 +228,19 @@ body > #confetti {
linear-gradient(#fff 0 0);
mask-composite: exclude;
}
/* Status panel */
#statuspanel {
padding: 4px 3px;
& > #statuspanel-label {
border-radius: 16px !important;
border: 1px solid rgba(225, 225, 225, 0.15) !important;
padding: 5px 9px 6px 9px !important;
font-weight: 600 !important;
background: color-mix(in srgb, var(--zen-primary-color), black 80%) !important;
color: #f3f3f3 !important;
font-size: smaller !important;
}
}