From 3f0368713366cfb619fa7ef18a873c09925dafab Mon Sep 17 00:00:00 2001 From: horus Date: Fri, 18 Sep 2020 19:42:40 +0200 Subject: make it more mobile friendly --- resources/views/list_anime.blade.php | 41 +++++++++++++++++++++++++----------- 1 file changed, 29 insertions(+), 12 deletions(-) (limited to 'resources/views/list_anime.blade.php') diff --git a/resources/views/list_anime.blade.php b/resources/views/list_anime.blade.php index 65b45d5..459203d 100644 --- a/resources/views/list_anime.blade.php +++ b/resources/views/list_anime.blade.php @@ -3,15 +3,30 @@ @section('content')
-

{{ $title }}

+
+

{{ $title }}

+ @if ( "airing_anime" == \Request::route()->getName() ) +

+ @php echo getSeason() @endphp @php echo date("Y") @endphp +

+ @endif +
@foreach($all_anime as $anime) -
-
-
-
-
getName()) +@if ( $anime->season_name != getSeason() ) + @once +
+ +
+

Continuing from earlier Seasons

+
+ +
+ @endonce +@endif +
+
getName() ) @if ( 0 < $anime->score_today - $anime->score_begin ) border-color: green; @else @@ -19,9 +34,9 @@ @endif @endif "> -
+
-
{{ $anime->title }} @if ( ! compare($anime->title, $anime->title_pref) )
{{ $anime->title_pref }}@endif
+
{{ $anime->title }} @if ( ! compare($anime->title, $anime->title_pref) )
{{ $anime->title_pref }}@endif
score: {{ $anime->score_today }}, members: {{ $anime->members }} @if( "surprising_anime" == \Request::route()->getName()) @@ -36,11 +51,13 @@

- + - {!! replaceSpecialChars(e($anime->synopsis)) !!} + + {!! replaceSpecialChars(e($anime->synopsis)) !!} +

- More + More
-- cgit v1.2.3