more scaling options
This commit is contained in:
parent
6142ac2bfc
commit
6343b91abf
11 changed files with 165 additions and 121 deletions
|
|
@ -5,7 +5,7 @@
|
|||
:root {
|
||||
--fontSize: 14px;
|
||||
--status-margin: 0.75em;
|
||||
--navbar-height: 3.5rem;
|
||||
--navbar-height: var(--navbarSize, 3.5rem);
|
||||
--post-line-height: 1.4;
|
||||
// Z-Index stuff
|
||||
--ZI_media_modal: 9000;
|
||||
|
|
@ -21,6 +21,9 @@
|
|||
|
||||
html {
|
||||
font-size: var(--textSize);
|
||||
|
||||
--navbar-height: var(--navbarSize, 3.5rem);
|
||||
--emoji-size: var(--emojiSize, 32px);
|
||||
// overflow-x: clip causes my browser's tab to crash with SIGILL lul
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue