From c2dbf0a463d55ec89fd6a0db1526c301b1ea35af Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 15 Jan 2025 02:44:28 +0200 Subject: [PATCH] style(next): fix the note title text box --- src/public/stylesheets/theme-next/shell.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/public/stylesheets/theme-next/shell.css b/src/public/stylesheets/theme-next/shell.css index 0b8fefbca..10207d3a8 100644 --- a/src/public/stylesheets/theme-next/shell.css +++ b/src/public/stylesheets/theme-next/shell.css @@ -1627,3 +1627,20 @@ body .calendar-dropdown-widget .calendar-body a:hover { padding: 0 8px; color: var(--help-code-color); } + +/* Note area */ + +.title-row > *:first-child { + margin-right: 0; +} + +.title-row > *:nth-child(2) { + margin-left: 0; +} + +.note-title-widget input { + --input-background-color: transparent; + + border-radius: 8px; + padding-left: 12px; +} \ No newline at end of file