mirror of
https://github.com/zadam/trilium.git
synced 2025-12-28 18:24:27 +01:00
style/note title actions: properly align when the content is centered
This commit is contained in:
parent
3f86c809ce
commit
79d2010bfa
@ -6,10 +6,13 @@ body.experimental-feature-new-layout {
|
||||
.title-actions {
|
||||
display: flex;
|
||||
max-width: var(--max-content-width);
|
||||
margin-inline: auto;
|
||||
flex-direction: column;
|
||||
gap: 0.5em;
|
||||
|
||||
body.prefers-centered-content & {
|
||||
margin-inline: auto;
|
||||
}
|
||||
|
||||
&:not(:empty) {
|
||||
padding: 0.75em 15px;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user