mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-01 07:28:31 +00:00
* 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.
27 lines
No EOL
433 B
SCSS
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;
|
|
}
|
|
}
|
|
} |