mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-20 13:00:53 +00:00
4.77.9
* Fixed: Issue with chat disappearing after a recent Twitch update. * Fixed: Various font size issues.
This commit is contained in:
parent
2bb27693e5
commit
78d40d402e
47 changed files with 184 additions and 177 deletions
|
@ -9,7 +9,7 @@
|
|||
@click="toggle"
|
||||
>
|
||||
<div class="tw-flex-grow-1">
|
||||
<h4>{{ t('emote-card.manage', 'Manage My Collections') }}</h4>
|
||||
<h4 class="ffz-font-size-4">{{ t('emote-card.manage', 'Manage My Collections') }}</h4>
|
||||
</div>
|
||||
|
||||
<figure
|
||||
|
@ -24,7 +24,7 @@
|
|||
classes="ffz-mh-30"
|
||||
>
|
||||
<div v-if="loading" class="tw-align-center tw-pd-1">
|
||||
<h1 class="tw-mg-5 ffz-i-zreknarf loading" />
|
||||
<h1 class="tw-mg-5 ffz-i-zreknarf loading ffz-font-size-1" />
|
||||
</div>
|
||||
<div v-else-if="error" class="tw-align-center tw-pd-1">
|
||||
<div class="tw-mg-t-1 tw-mg-b-2">
|
||||
|
@ -128,4 +128,4 @@ export default {
|
|||
|
||||
}
|
||||
|
||||
</script>
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue