mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-28 05:15:54 +00:00
* Added: Support for different settings providers, including IndexedDB. * Fixed: Alignment of descriptions with check box settings. * Fixed: Settings being added multiple times to the Control Center UI when registered multiple times. * API Added: Providers now support blobs, and emit events when blobs change. * Maintenance: Update dependencies. Add a babel plugin.
28 lines
No EOL
446 B
SCSS
28 lines
No EOL
446 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;
|
|
|
|
& > .ffz--menu-container {
|
|
margin-top: 1.5rem;
|
|
}
|
|
|
|
}
|
|
|
|
& > header {
|
|
position: absolute;
|
|
top: 0; left: $spacing - 0.5rem;
|
|
transform: translateY(-50%);
|
|
padding: 0 0.5rem;
|
|
|
|
background-color: var(--color-background-alt);
|
|
}
|
|
} |