mirror of
https://github.com/zadam/trilium.git
synced 2026-02-19 21:06:59 +01:00
12 lines
205 B
CSS
12 lines
205 B
CSS
body.experimental-feature-new-layout {
|
|
.component.title-actions {
|
|
contain: none;
|
|
}
|
|
|
|
.title-actions {
|
|
&.visible:not(:empty) {
|
|
padding: 0.75em 15px;
|
|
}
|
|
}
|
|
}
|