Files
Trilium/apps/client/src/widgets/react/FormList.css

25 lines
482 B
CSS
Raw Normal View History

2025-12-10 18:07:38 +02:00
.dropdown-item {
.description {
font-size: small;
color: var(--muted-text-color);
white-space: normal;
}
span.bx {
flex-shrink: 0;
}
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);
.switch-name {
flex-grow: 1;
}
}
}