Match size select font

This commit is contained in:
henrryyes
2026-01-18 17:30:56 +08:00
parent 58b3a3c830
commit 4a59139c4d

View File

@@ -351,7 +351,7 @@ const STYLES = `
.nd-select:hover { border-color: rgba(255, 255, 255, 0.2); } .nd-select:hover { border-color: rgba(255, 255, 255, 0.2); }
.nd-select:focus { border-color: rgba(255, 255, 255, 0.3); } .nd-select:focus { border-color: rgba(255, 255, 255, 0.3); }
.nd-select option { background: #1a1a1e; color: #eee; text-align: left; } .nd-select option { background: #1a1a1e; color: #eee; text-align: left; }
.nd-select.size { font-family: "SF Mono", "Menlo", "Consolas", monospace; font-size: 10px; } .nd-select.size { font-family: "SF Mono", "Menlo", "Consolas", monospace; font-size: 11px; }
.nd-inner-sep { display: none; } .nd-inner-sep { display: none; }