mirror of
https://github.com/zadam/trilium.git
synced 2026-02-27 17:13:38 +01:00
style/note title actions: properly align when the content is centered
This commit is contained in:
parent
5174deac07
commit
3f86c809ce
@ -5,6 +5,8 @@ body.experimental-feature-new-layout {
|
|||||||
|
|
||||||
.title-actions {
|
.title-actions {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
max-width: var(--max-content-width);
|
||||||
|
margin-inline: auto;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 0.5em;
|
gap: 0.5em;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user