From be190bfe3305b38432500d068aa64040649c0911 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 10 Dec 2025 12:06:05 +0200 Subject: [PATCH] feat(layout): improve layout for full-height notes --- apps/client/src/widgets/note_title.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/apps/client/src/widgets/note_title.css b/apps/client/src/widgets/note_title.css index 566fb72d3..d147e647d 100644 --- a/apps/client/src/widgets/note_title.css +++ b/apps/client/src/widgets/note_title.css @@ -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; } }