mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2025-01-03 03:10:04 -05:00
UI Fix
This commit is contained in:
parent
20e07e4c53
commit
e7a30ddc60
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ export default {
|
||||||
<div v-if="following && following.length > 0" class="p-2 text-white">
|
<div v-if="following && following.length > 0" class="p-2 text-white">
|
||||||
<h1 class="font-bold text-5xl">Following</h1>
|
<h1 class="font-bold text-5xl">Following</h1>
|
||||||
<p class="text-xl">Streamers you follow</p>
|
<p class="text-xl">Streamers you follow</p>
|
||||||
<ul class="flex flex-wrap justify-center overflow-x-scroll space-x-2 h-[18rem] items-center">
|
<ul class="flex flex-wrap justify-begin overflow-x-scroll space-x-2 mt-1 h-[19rem] items-center">
|
||||||
<li v-for="streamer in following" :key="streamer" class="inline-block">
|
<li v-for="streamer in following" :key="streamer" class="inline-block">
|
||||||
<stream-preview-vue :name="streamer"></stream-preview-vue>
|
<stream-preview-vue :name="streamer"></stream-preview-vue>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in a new issue