mirror of
https://github.com/algora-io/tv.git
synced 2024-11-16 00:58:59 +02:00
make show banner full width
This commit is contained in:
parent
464049b33d
commit
8a81033dcd
@ -8,10 +8,13 @@ defmodule AlgoraWeb.ShowLive.Show do
|
||||
@impl true
|
||||
def render(assigns) do
|
||||
~H"""
|
||||
<img
|
||||
src={@show.image_url}
|
||||
class="w-screen min-w-screen max-h-[200px] sm:max-h-none sm:h-[200px] md:h-[250px] lg:h-[350px] object-cover"
|
||||
/>
|
||||
<div class="text-white min-h-screen p-8">
|
||||
<div class="flex flex-col md:grid md:grid-cols-3 gap-6">
|
||||
<div class="md:col-span-1 bg-white/5 ring-1 ring-white/15 rounded-lg p-6 space-y-6">
|
||||
<img src={@show.image_url} class="max-h-[250px] rounded-lg" />
|
||||
<div class="space-y-2">
|
||||
<div class="flex items-center space-x-2">
|
||||
<span class="relative ring-4 ring-[#15122c] flex h-10 w-10 shrink-0 overflow-hidden rounded-full">
|
||||
|
Loading…
Reference in New Issue
Block a user