style: fix formatting via prettier

This commit is contained in:
2026-08-28 14:29:54 +05:00
parent 10278981ba
commit ada96b3534
124 changed files with 8211 additions and 5662 deletions
+5 -4
View File
@@ -39,11 +39,12 @@
--control-max-width: 16rem;
--font-sans:
system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
--font-mono: ui-monospace, 'Cascadia Code', Consolas, monospace;
system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial,
sans-serif;
--font-mono: ui-monospace, "Cascadia Code", Consolas, monospace;
}
[data-theme='dark'] {
[data-theme="dark"] {
color-scheme: dark;
--bg: #12151a;
@@ -150,7 +151,7 @@ select {
max-width: var(--control-max-width);
}
input.control[type='number'] {
input.control[type="number"] {
font-family: var(--font-mono);
width: 100%;
}