feat: Improved UI for the status panel, b=no-bug, c=common

This commit is contained in:
mr. m
2025-09-19 01:05:57 +02:00
parent 56eb600d1f
commit 0fcad36c07

View File

@@ -243,16 +243,15 @@ body > #confetti {
@media (-moz-pref('zen.theme.styled-status-panel')) {
#statuspanel {
padding: 4px 3px;
padding: 6px;
& > #statuspanel-label {
border-radius: 16px !important;
border: 1px solid rgba(225, 225, 225, 0.15) !important;
padding: 4px 8px 5px 8px !important;
font-weight: 600 !important;
background: color-mix(in srgb, var(--zen-primary-color), black 80%) !important;
color: #f3f3f3 !important;
font-size: small !important;
background: color-mix(in srgb, var(--zen-primary-color), black 70%) !important;
color: rgba(255, 255, 255, 0.8) !important;
}
}
}