mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-17 10:16:57 +00:00
4.77.8
* 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:
parent
a7c0b59972
commit
2bb27693e5
7 changed files with 27 additions and 6 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue