mirror of
https://github.com/zadam/trilium.git
synced 2026-07-09 05:33:17 +02: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;
|
|
}
|
|
}
|
|
}
|