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;