mirror of
https://github.com/zadam/trilium.git
synced 2026-01-02 12:44:25 +01:00
30 lines
592 B
CSS
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;
|
|
}
|
|
}
|
|
}
|