Minor margin changes
This commit is contained in:
@@ -108,9 +108,9 @@ export default {
|
||||
|
||||
<div v-show="data" class="max-w-5xl grow w-[100vw] mx-auto">
|
||||
<vue-title title="Discover"></vue-title>
|
||||
<div v-if="following && following.length > 0" class="p-2 text-contrast">
|
||||
<div v-if="following && following.length > 0" class="p-2 text-contrast mb-4">
|
||||
<h1 class="font-bold text-5xl">{{ $t('home.following') }}</h1>
|
||||
<p class="text-xl">{{ $t('home.streamersYouFollow') }}</p>
|
||||
<p class="text-xl mb-2">{{ $t('home.streamersYouFollow') }}</p>
|
||||
<ul class="overflow-x-auto whitespace-nowrap flex grid grid-rows-2 auto-cols-min gap-2 grid-flow-col" @scroll="handleFollowingScroll">
|
||||
<li v-for="streamer in followingStreaming" :key="streamer" class="mr-2">
|
||||
<stream-preview-vue :name="streamer"></stream-preview-vue>
|
||||
|
||||
Reference in New Issue
Block a user