style(next): fix the note title text box

This commit is contained in:
Adorian Doran 2025-01-15 02:44:28 +02:00
parent 896d7a383b
commit c2dbf0a463

View File

@ -1627,3 +1627,20 @@ body .calendar-dropdown-widget .calendar-body a:hover {
padding: 0 8px; padding: 0 8px;
color: var(--help-code-color); 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;
}