0
Fork 0
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:
dragongoose 2023-07-20 14:08:33 -04:00
parent f26d6912c8
commit 5a29bd8c74
No known key found for this signature in database
GPG key ID: 01397EEC371CDAA5

View file

@ -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>