mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2025-04-12 21:31:19 -05:00
spacing
This commit is contained in:
parent
02bfc18bfe
commit
eb1ed02eb3
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ export default {
|
|||
<h1 class="font-bold text-5xl">{{ $t('home.following') }}</h1>
|
||||
<p class="text-xl">{{ $t('home.streamersYouFollow') }}</p>
|
||||
<ul
|
||||
class="pt-5 overflow-x-auto whitespace-nowrap"
|
||||
class="pt-5 overflow-x-auto whitespace-nowrap"
|
||||
@scroll="handleFollowingScroll"
|
||||
>
|
||||
<li v-for="streamer in followingStreaming" :key="streamer" class="mr-2 inline-block">
|
||||
|
|
Loading…
Add table
Reference in a new issue