From 82528c44787db8f439dac7583d2c2160d3e01255 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 10 Dec 2025 15:23:42 +0200 Subject: [PATCH] style(layout): slightly smaller note title in full-height note type --- apps/client/src/widgets/note_title.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/client/src/widgets/note_title.css b/apps/client/src/widgets/note_title.css index beb1d0fa3..2a56f43eb 100644 --- a/apps/client/src/widgets/note_title.css +++ b/apps/client/src/widgets/note_title.css @@ -75,8 +75,9 @@ body.experimental-feature-new-layout { } .title-details { - margin-bottom: 0.25em; + margin-bottom: 0.2em; opacity: 0.65; + font-size: 0.8em; } }