mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-28 05:15:54 +00:00
This was a small update until Twitch ripped out half their CSS. * Added: Cross-Origin Storage Bridge for settings, better synchronizing settings on sub-domains with support for binary blobs at the cost of slightly increased start-up time. * Fixed: Rendering issues caused by missing CSS. * Fixed: FFZ Control Center button not appearing on dashboard pages, and appearing in the incorrect place. * Changed: Work towards splitting modules into their own JS files for a faster, more asynchronous startup. * API Added: Methods for serializing and deserializing Blobs for transmission across postMessage.
23 lines
No EOL
343 B
SCSS
23 lines
No EOL
343 B
SCSS
.ffz-balloon {
|
|
max-width: 90vw;
|
|
min-width: 16rem;
|
|
|
|
&--auto {
|
|
min-width: 0;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
&--xs {
|
|
min-width: 10rem;
|
|
width: 10rem;
|
|
}
|
|
|
|
&--sm { width: 20rem }
|
|
&--md { width: 30rem }
|
|
&--lg { width: 40rem }
|
|
&--xl { width: 50rem }
|
|
}
|
|
|
|
.ffz-balloon--overlay-border {
|
|
border: 2px solid var(--color-border-balloon-overlay);
|
|
} |