1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-13 01:20:54 +00:00
FrankerFaceZ/styles/widgets/main-menu.scss
SirStendec 2bb27693e5 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.
2025-06-28 01:55:27 -04:00

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);
}