From bd9fe14a6cd301c4c59dcb5df0e280cb7ae4789b Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 11 Dec 2025 21:08:36 +0200 Subject: [PATCH] chore(layout): remove title extra spacing for now --- apps/client/src/widgets/note_title.css | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/apps/client/src/widgets/note_title.css b/apps/client/src/widgets/note_title.css index 79734e928..6a6ae9808 100644 --- a/apps/client/src/widgets/note_title.css +++ b/apps/client/src/widgets/note_title.css @@ -53,8 +53,6 @@ body.experimental-feature-new-layout { } .title-row { - margin-left: 12px; - .note-icon-widget { padding: 0; width: 41px; @@ -79,17 +77,6 @@ body.experimental-feature-new-layout { } } - .note-split.view-mode-default { - .title-row { - padding-top: 2em; - box-sizing: content-box; - } - - .title-details { - padding-bottom: 2em; - } - } - .scrolling-container:has(> :is(.note-detail.full-height, .note-list-widget.full-height)), .note-split.type-book { .title-row, @@ -99,10 +86,6 @@ body.experimental-feature-new-layout { padding-inline-start: 15px; } - .title-row { - padding: 0; - } - .title-details { padding-bottom: 0.2em; font-size: 0.8em;