mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 13:22:58 -05:00
Fix size of chat
This commit is contained in:
parent
f26d6912c8
commit
5a29bd8c74
1 changed files with 1 additions and 1 deletions
|
@ -167,6 +167,6 @@ export default {
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<twitch-chat :isLive="true" :channelName="data.login"></twitch-chat>
|
||||
<twitch-chat :isLive="true" :channelName="data.login" class="h-2/3"></twitch-chat>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue