mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-16 18:06:55 +00:00
4.20.61
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.
This commit is contained in:
parent
2c5937c8af
commit
264c375f13
88 changed files with 1685 additions and 500 deletions
|
@ -20,41 +20,41 @@ body {
|
|||
}
|
||||
|
||||
|
||||
.tw-balloon {
|
||||
&[x-placement^="bottom"] > .tw-balloon__tail {
|
||||
.ffz-balloon {
|
||||
&[x-placement^="bottom"] > .ffz-balloon__tail {
|
||||
bottom: 100%;
|
||||
|
||||
.tw-balloon__tail-symbol {
|
||||
.ffz-balloon__tail-symbol {
|
||||
top: auto;
|
||||
bottom: -8px;
|
||||
left: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
&[x-placement^="top"] > .tw-balloon__tail {
|
||||
&[x-placement^="top"] > .ffz-balloon__tail {
|
||||
top: 100%;
|
||||
|
||||
.tw-balloon__tail-symbol {
|
||||
.ffz-balloon__tail-symbol {
|
||||
top: auto;
|
||||
bottom: 8px;
|
||||
left: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
&[x-placement^="right"] > .tw-balloon__tail {
|
||||
&[x-placement^="right"] > .ffz-balloon__tail {
|
||||
right: 100%;
|
||||
|
||||
.tw-balloon__tail-symbol {
|
||||
.ffz-balloon__tail-symbol {
|
||||
left: auto;
|
||||
right: -8px;
|
||||
top: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
&[x-placement^="left"] > .tw-balloon__tail {
|
||||
&[x-placement^="left"] > .ffz-balloon__tail {
|
||||
left: 100%;
|
||||
|
||||
.tw-balloon__tail-symbol {
|
||||
.ffz-balloon__tail-symbol {
|
||||
left: auto;
|
||||
right: 8px;
|
||||
top: 8px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue