mirror of
https://github.com/zadam/trilium.git
synced 2026-04-02 10:10:22 +02:00
12 lines
193 B
CSS
12 lines
193 B
CSS
body.experimental-feature-new-layout {
|
|
.component.title-actions {
|
|
contain: none;
|
|
}
|
|
|
|
.title-actions {
|
|
&.visible {
|
|
padding: 0.75em 15px;
|
|
}
|
|
}
|
|
}
|