mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-16 18:06:55 +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
|
@ -40,6 +40,14 @@
|
|||
min-width: unset;
|
||||
}
|
||||
|
||||
.ffz--reset-button {
|
||||
height: 2.6rem;
|
||||
|
||||
.tw-button__text {
|
||||
padding: 0.1rem 0.4rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.ffz-color-preview {
|
||||
margin: 1px;
|
||||
|
@ -164,6 +172,48 @@
|
|||
}
|
||||
}
|
||||
|
||||
.ffz--discord-button {
|
||||
border: 0 !important;
|
||||
background-color: #7289DA !important;
|
||||
color: #fff !important;
|
||||
|
||||
> * {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
&:hover, &:focus {
|
||||
background-color: #546bbf !important;
|
||||
}
|
||||
}
|
||||
|
||||
.ffz--ffz-button {
|
||||
border: 0 !important;
|
||||
background-color: #463954 !important;
|
||||
color: #fff !important;
|
||||
|
||||
> * {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
&:hover, &:focus {
|
||||
background-color: #594370 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.ffz--twitter-button {
|
||||
border: 0 !important;
|
||||
background-color: #1da1f2 !important;
|
||||
color: #fff !important;
|
||||
|
||||
> * {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
&:hover, &:focus {
|
||||
background-color: #2b96d9 !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.ffz--changelog {
|
||||
ul, p {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue