Fixed window sizing issues

This commit is contained in:
nuttylmao
2025-09-15 01:38:10 +10:00
parent 24d2342b1e
commit 6f69be969c
5 changed files with 72 additions and 18 deletions
+3 -1
View File
@@ -23,6 +23,8 @@ body {
margin: 0;
padding: 0;
font-family: Inter, system-ui, sans-serif;
/* font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif; */
/* font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif; */
color: white;
background-color: var(--background-color);
}
@@ -47,7 +49,7 @@ body {
.setting-description {
font-size: 0.9em;
font-weight: 200;
font-weight: 100;
}
.setting-attribute {