From: Vincent Vanwaelscappel Date: Thu, 6 Jan 2022 18:47:39 +0000 (+0100) Subject: wip #5007 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e68e0b3f7e4747d7c42799f8b1a7b6dbfd5273f6;p=odl.git wip #5007 @0:10 --- 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 - - + - +