mirror of
https://github.com/zadam/trilium.git
synced 2025-12-12 18:34:24 +01:00
14 lines
213 B
CSS
14 lines
213 B
CSS
.note-status-bar {
|
|
display: flex;
|
|
align-items: center;
|
|
padding-inline: 1em;
|
|
|
|
.dropdown {
|
|
font-size: 0.85em;
|
|
|
|
.dropdown-toggle {
|
|
padding: 0.1em 0.25em;
|
|
}
|
|
}
|
|
}
|