From 0dad6ab0ddab34df46fd7a066e6a3e422187dc3d Mon Sep 17 00:00:00 2001 From: Stasiek Michalski Date: Sat, 30 Jun 2018 04:33:55 +0200 Subject: [PATCH] Make followers list flush on mobile --- resources/views/profile/following.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/profile/following.blade.php b/resources/views/profile/following.blade.php index 5489785d3..57e1e740a 100644 --- a/resources/views/profile/following.blade.php +++ b/resources/views/profile/following.blade.php @@ -5,11 +5,11 @@ @include('profile.partial.user-info')
-
+
@if($following->count() !== 0) -
    +
      @foreach($following as $user) -
    • +