mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-13 01:20:54 +00:00
* Fixed: Issue with malformed CSS introduced in last update causing some settings to not function correctly when setting a custom font size.
24 lines
384 B
SCSS
24 lines
384 B
SCSS
.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;
|
|
}
|
|
|
|
& > header {
|
|
* {
|
|
pointer-events: none;
|
|
}
|
|
|
|
input, button {
|
|
pointer-events: all;
|
|
}
|
|
}
|
|
}
|
|
|
|
.ffz-dialog:not(.maximized) .ffz-vertical-nav {
|
|
border-bottom-left-radius: var(--border-radius-extra-large);
|
|
}
|