2025-12-10 22:21:15 +02:00

30 lines
592 B
CSS

.dropdown-item {
.description {
font-size: small;
color: var(--muted-text-color);
white-space: normal;
}
span.bx {
flex-shrink: 0;
}
.switch-widget {
flex-grow: 1;
width: 100%;
--switch-track-width: 40px;
--switch-track-height: 20px;
--switch-thumb-width: 12px;
--switch-thumb-height: var(--switch-thumb-width);
.contextual-help {
margin-inline-start: 0.25em;
cursor: pointer;
}
.switch-spacer {
flex-grow: 1;
}
}
}