initial Appearance Tab implementation, added text size/UI scale option

This commit is contained in:
Henry Jameson 2024-05-22 19:54:19 +03:00
commit e4a819a0e2
16 changed files with 236 additions and 26 deletions

View file

@ -3,7 +3,7 @@
@import "./panel";
:root {
--font-size: 14px;
--fontSize: 14px;
--status-margin: 0.75em;
--navbar-height: 3.5rem;
--post-line-height: 1.4;
@ -20,7 +20,7 @@
}
html {
font-size: var(--font-size);
font-size: var(--textSize);
// overflow-x: clip causes my browser's tab to crash with SIGILL lul
}