1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-17 10:16:57 +00:00
* Fixed: Issue with malformed CSS introduced in last update causing some settings to not function correctly when setting a custom font size.
This commit is contained in:
SirStendec 2025-06-28 01:55:27 -04:00
parent a7c0b59972
commit 2bb27693e5
7 changed files with 27 additions and 6 deletions

View file

@ -1,6 +1,9 @@
.ffz-main-menu {
z-index: 1998;
h2 { font-size: var(--ffz-font-size-2); }
h3 { font-size: var(--ffz-font-size-3); }
.scrollable-area {
overflow-anchor: none;
}
@ -18,4 +21,4 @@
.ffz-dialog:not(.maximized) .ffz-vertical-nav {
border-bottom-left-radius: var(--border-radius-extra-large);
}
}