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

This commit is contained in:
Adorian Doran 2025-01-30 23:08:09 +02:00
parent 9cfd01200a
commit ac89c2cb65

View File

@ -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;