From e68e0b3f7e4747d7c42799f8b1a7b6dbfd5273f6 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 6 Jan 2022 19:47:39 +0100 Subject: [PATCH] wip #5007 @0:10 --- .../components/media-library/index.blade.php | 76 +++++++++---------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/resources/views/components/media-library/index.blade.php b/resources/views/components/media-library/index.blade.php index b8f3338..558a7bc 100644 --- a/resources/views/components/media-library/index.blade.php +++ b/resources/views/components/media-library/index.blade.php @@ -63,49 +63,49 @@ float-left w-[calc(100%/2-1.25rem)] md:w-[calc(100%/3-1.25rem)] lg:w-[calc(100%/4-1.25rem)] mx-2.5 mb-16 {{ implode(' ',$filters) }} "> -
+
- {{-- Play Icon --}} - - {{-- Icon BG --}} - + {{-- Play Icon --}} + + {{-- Icon BG --}} + - - @if ($item['type'] === 'audio') - {{-- Audio Play Icon --}} - - - - - @else - {{-- Video Play Icon --}} - - @endif - - + + @if ($item['type'] === 'audio') + {{-- Audio Play Icon --}} + + + + + @else + {{-- Video Play Icon --}} + + @endif + + - - {{ $item['duration'] }} - + + {{ $item['duration'] }} + +
+ {{-- THEME LABEL --}} +
+ {{ $theme['name'] }} +
+ {{-- Set min height of 2 lines so intial float layout is less likely to have misplaced blocks --}} +
+ ({{$item['code']}}) {{ $item['title'] }} +
+
+ @endforeach - {{-- THEME LABEL --}} -
- {{ $theme['name'] }} -
- {{-- Set min height of 2 lines so intial float layout is less likely to have misplaced blocks --}} -
- {{ $item['title'] }} -
- -@endforeach - - + - + -- 2.39.5