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>
</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> </div>
</template> </template>