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

This commit is contained in:
Adorian Doran 2025-12-28 10:12:01 +02:00
parent 5174deac07
commit 3f86c809ce

View File

@ -5,6 +5,8 @@ body.experimental-feature-new-layout {
.title-actions {
display: flex;
max-width: var(--max-content-width);
margin-inline: auto;
flex-direction: column;
gap: 0.5em;