mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-03 16:38:31 +00:00
4.0.0-rc14.2
* 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.
This commit is contained in:
parent
e9d99f0e1c
commit
d1cd145b8a
19 changed files with 197 additions and 47 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
.tw-checkbox__input:checked+.tw-checkbox__label:after,
|
||||
label:before, label:after {
|
||||
top: 1.05rem;
|
||||
top: 1.05rem !important;
|
||||
}
|
||||
|
||||
.ffz-badge.preview-image {
|
||||
|
|
|
@ -8,6 +8,10 @@
|
|||
margin-bottom: $spacing;
|
||||
}
|
||||
|
||||
& > div {
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
|
||||
& > header {
|
||||
position: absolute;
|
||||
top: 0; left: $spacing - 0.5rem;
|
||||
|
@ -19,9 +23,5 @@
|
|||
.tw-root--theme-dark & {
|
||||
background-color: $bg-dark;
|
||||
}
|
||||
|
||||
& + * {
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue