style/note title actions: properly align when the content is centered

This commit is contained in:
Adorian Doran 2025-12-28 10:18:50 +02:00
parent 3f86c809ce
commit 79d2010bfa

View File

@ -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;
}