1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-10 04:58:30 +00:00
FrankerFaceZ/styles/widgets/menu-container.scss
SirStendec 79e3ba23a2 4.0.0-rc13.7
* Fixed: Loading errors in the Browse Popular directory due to a renamed query field.
* Fixed: Block and Hide Thumbnail buttons not appearing in Game directories. (Fixes #538)
* Fixed: Custom chat width applying when portrait mode is active. (Fixes #540)
* Fixed: FrankerFaceZ not properly detecting the dark theme when theater mode is enabled and then not using appropriate colors. (Fixes #541)
* Fixed: Override badges appearing invisible with certain badge styles.

* Maintenance: Update the chat types enum to match current Twitch values.
2018-11-12 13:34:53 -05:00

27 lines
No EOL
434 B
SCSS

.ffz--menu-container {
@extend .ffz--outer-container;
@extend .ffz--inner-container;
position: relative;
&:not(.border):not(.border-b) {
margin-bottom: $spacing;
}
& > header {
position: absolute;
top: 0; left: $spacing - 0.5rem;
transform: translateY(-50%);
padding: 0 0.5rem;
background-color: $bg-light;
.tw-root--theme-dark & {
background-color: $bg-dark;
}
& + * {
margin-top: 0.5rem;
}
}
}