style(layout): adjust paddings slightly

This commit is contained in:
Elian Doran 2025-12-23 19:49:21 +02:00
parent 494b99d073
commit 2ac3d3aaed
No known key found for this signature in database

View File

@ -4,26 +4,28 @@ body.experimental-feature-new-layout {
} }
.title-actions { .title-actions {
&.visible:not(:empty) { display: flex;
flex-direction: column;
gap: 1em;
&:not(:empty) {
padding: 0.75em 15px; padding: 0.75em 15px;
} }
}
.edited-notes { .edited-notes {
padding: 1.5em 0; .collapsible-inner-body {
display: flex;
flex-wrap: wrap;
gap: 0.3em;
.collapsible-inner-body { .badge {
display: flex; margin: 0;
flex-wrap: wrap; a.tn-link {
gap: 0.3em; color: inherit;
text-transform: none;
.badge { text-decoration: none;
margin: 0; display: inline-block;
a.tn-link { }
color: inherit;
text-transform: none;
text-decoration: none;
display: inline-block;
} }
} }
} }