UI FIX
This commit is contained in:
parent
a2ec7e7980
commit
a3c27b0679
@ -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 overflow-x-scroll space-x-2 flex-nowrap h-[22rem] items-center">
|
<ul class="flex flex-wrap justify-center overflow-x-scroll space-x-2 h-[18rem] 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…
x
Reference in New Issue
Block a user