feat(layout): improve layout for full-height notes

This commit is contained in:
Elian Doran 2025-12-10 12:06:05 +02:00
parent 4d7d642952
commit be190bfe33
No known key found for this signature in database

View File

@ -57,6 +57,17 @@ body.experimental-feature-new-layout {
.title-row,
.title-details {
width: 100%;
max-width: unset;
}
.title-row {
margin-top: 0;
}
.title-details {
margin-bottom: 0.25em;
padding-inline-start: 15px;
opacity: 0.65;
}
}