mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-12 03:32:30 +08:00
style(next): fix the note title text box
This commit is contained in:
parent
896d7a383b
commit
c2dbf0a463
@ -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;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user