style(next): icon buttons: tweak the alignment of the "Create new split" button relative to the note's menu button

pull/1074/head
Adorian Doran 2025-01-30 23:08:09 +07:00
parent 9cfd01200a
commit ac89c2cb65
1 changed files with 5 additions and 0 deletions

@ -1645,6 +1645,11 @@ body .calendar-dropdown-widget .calendar-body a:hover {
margin-left: 0;
}
.title-row {
/* Aligns the "Create new split" button with the note menu button (the three dots button) */
padding-right: 3px;
}
.note-title-widget input {
--input-background-color: transparent;