1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-01 07:28:31 +00:00
FrankerFaceZ/styles/widgets/menu-container.scss
SirStendec d1cd145b8a 4.0.0-rc14.2
* Added: Social media buttons to the FFZ Control Center.
* Fixed: Check boxes in settings UI.
* Fixed: Use word wrap for usernames in grouped mass gift sub messages.
* Fixed: Bug with tab completion breaking chat if Twitch's tab completion handler returns null.
2019-02-12 17:39:54 -05:00

27 lines
No EOL
433 B
SCSS

.ffz--menu-container {
@extend .ffz--outer-container;
@extend .ffz--inner-container;
position: relative;
&:not(.border):not(.border-b) {
margin-bottom: $spacing;
}
& > div {
margin-top: 0.5rem;
}
& > 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;
}
}
}