mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-07 23:00:54 +00:00
4.20.56
* Fixed: Appearance issues caused by Twitch making changes to their site CSS, including white backgrounds for icons and incorrect placement of menus.
This commit is contained in:
parent
05cf8fa1fd
commit
9a2a6f2acf
39 changed files with 299 additions and 285 deletions
|
@ -281,7 +281,7 @@
|
|||
</div>
|
||||
<button
|
||||
v-if="! maybe_clear && val.length"
|
||||
class="tw-mg-l-1 tw-button tw-button--text tw-tooltip-wrapper"
|
||||
class="tw-mg-l-1 tw-button tw-button--text tw-tooltip__container"
|
||||
@click="maybe_clear = true"
|
||||
>
|
||||
<span class="tw-button__text ffz-i-trash">
|
||||
|
@ -293,7 +293,7 @@
|
|||
</button>
|
||||
<button
|
||||
v-if="maybe_clear"
|
||||
class="tw-mg-l-1 tw-button tw-button--text tw-tooltip-wrapper"
|
||||
class="tw-mg-l-1 tw-button tw-button--text tw-tooltip__container"
|
||||
@click="doClear"
|
||||
>
|
||||
<span class="tw-button__text ffz-i-trash">
|
||||
|
@ -305,7 +305,7 @@
|
|||
</button>
|
||||
<button
|
||||
v-if="maybe_clear"
|
||||
class="tw-mg-l-1 tw-button tw-button--text tw-tooltip-wrapper"
|
||||
class="tw-mg-l-1 tw-button tw-button--text tw-tooltip__container"
|
||||
@click="maybe_clear = false"
|
||||
>
|
||||
<span class="tw-button__text ffz-i-cancel">
|
||||
|
@ -314,7 +314,7 @@
|
|||
</button>
|
||||
<button
|
||||
v-if="! val.length && has_default"
|
||||
class="tw-mg-l-1 tw-button tw-button--text tw-tooltip-wrapper"
|
||||
class="tw-mg-l-1 tw-button tw-button--text tw-tooltip__container"
|
||||
@click="populate"
|
||||
>
|
||||
<span class="tw-button__text ffz-i-trash">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue