mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-10-14 15:01:59 +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
|
@ -25,7 +25,7 @@
|
|||
>
|
||||
<button
|
||||
v-if="clearable"
|
||||
class="tw-absolute tw-right-0 tw-top-0 tw-button tw-button--text tw-tooltip-wrapper"
|
||||
class="tw-absolute tw-right-0 tw-top-0 tw-button tw-button--text tw-tooltip__container"
|
||||
@click="change('', false)"
|
||||
@keydown.escape="open = false"
|
||||
@focus="onFocus(false)"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<template functional>
|
||||
<div class="tw-relative tw-tooltip-wrapper">
|
||||
<div class="tw-relative tw-tooltip__container">
|
||||
<slot />
|
||||
<div
|
||||
:class="`tw-tooltip--align-${props.align||'center'} tw-tooltip--${props.above ? 'up' : 'down'}`"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue