2025-12-10 18:07:38 +02:00
|
|
|
.dropdown-item {
|
|
|
|
|
.description {
|
|
|
|
|
font-size: small;
|
|
|
|
|
color: var(--muted-text-color);
|
|
|
|
|
white-space: normal;
|
|
|
|
|
}
|
|
|
|
|
|
2025-12-28 13:42:45 +02:00
|
|
|
span.tn-icon {
|
2025-12-10 18:07:38 +02:00
|
|
|
flex-shrink: 0;
|
|
|
|
|
}
|
2025-08-21 22:24:35 +03:00
|
|
|
|
2025-12-10 18:07:38 +02:00
|
|
|
.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);
|
|
|
|
|
|
2025-12-10 22:18:53 +02:00
|
|
|
.contextual-help {
|
|
|
|
|
margin-inline-start: 0.25em;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.switch-spacer {
|
2025-12-10 18:07:38 +02:00
|
|
|
flex-grow: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|