mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-17 02:16:54 +00:00
4.20.59
* 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.
This commit is contained in:
parent
b337b6abe3
commit
5412a928a1
12 changed files with 976 additions and 96 deletions
|
@ -27,6 +27,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
.ffz-radio-top {
|
||||
.tw-radio__input:checked+.tw-radio__label:after,
|
||||
.tw-radio__label:before {
|
||||
top: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.ffz--i18n-entry {
|
||||
&:nth-child(2n+1) {
|
||||
background-color: var(--color-background-alt-2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue