style(next)/note map: fix the broken padding of the "Fix nodes" button

This commit is contained in:
Adorian Doran 2025-09-21 01:54:44 +03:00
parent 8b65de2442
commit fd054693d9

View File

@ -109,6 +109,10 @@
* NOTE MAP * NOTE MAP
*/ */
.note-detail-note-map .fixnodes-type-switcher .tn-tool-button {
padding: unset;
}
.note-detail-note-map .fixnodes-type-switcher .tn-tool-button.toggled { .note-detail-note-map .fixnodes-type-switcher .tn-tool-button.toggled {
color: var(--tab-close-button-hover-background); color: var(--tab-close-button-hover-background);
} }