refactor(settings-modal): adjust font size for path template preview

This commit is contained in:
Will Miao
2025-09-15 15:38:01 +08:00
parent 1147725fd7
commit 2b847039d4

View File

@@ -376,7 +376,7 @@ input:checked + .toggle-slider:before {
padding: var(--space-1);
margin-top: 8px;
font-family: monospace;
font-size: 1.1em;
font-size: 0.9em;
color: var(--lora-accent);
display: none;
}