style(next)/options/appearance: tweak font size inputs

This commit is contained in:
Adorian Doran 2025-03-20 17:23:29 +02:00
parent d189f2b66b
commit 7288757777

View File

@ -236,6 +236,13 @@ div.note-detail-empty {
width: fit-content;
}
#main-font-size,
#tree-font-size,
#detail-font-size,
#monospace-font-size {
width: 8ch !important;
}
/* Shortcuts */
.note-detail-content-widget-content:has(.shortcuts-options-section) {