From 188163f61121d7e105e76d64ca838eab50833564 Mon Sep 17 00:00:00 2001 From: Miguel Ángel Moreno Date: Fri, 30 Dec 2022 00:45:51 +0100 Subject: feat(frontend): Ensure item links don't overlap navbar --- src/frontend/tau/components/items.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/frontend/tau/components/items.cljs') diff --git a/src/frontend/tau/components/items.cljs b/src/frontend/tau/components/items.cljs index fdff1ab..38e96e9 100644 --- a/src/frontend/tau/components/items.cljs +++ b/src/frontend/tau/components/items.cljs @@ -14,7 +14,7 @@ [:div.px-5.py-2.m-2.flex.flex-col.max-w-full.min-h-full.max-h-full [:div.flex.py-2.box-border.h-28 [:div.relative.min-w-full - [:a.absolute.min-w-full.min-h-full.z-50 {:href (rfe/href :tau.routes/stream nil {:url url}) :title name}] + [:a.absolute.min-w-full.min-h-full.z-10 {:href (rfe/href :tau.routes/stream nil {:url url}) :title name}] [:img.rounded.object-cover.max-h-full.min-w-full {:src thumbnail-url}] [:div.rounded.p-2.absolute {:style {:bottom 5 :right 5 :background "rgba(0,0,0,.7)" :zIndex "0"}} [:p {:style {:fontSize "14px"}} @@ -69,7 +69,7 @@ [:div.px-5.py-2.m-2.flex.flex-col.max-w-full.min-h-full.max-h-full [:div.flex.min-w-full.py-3.box-border.h-28 [:div.relative.min-w-full - [:a.absolute.min-w-full.min-h-full.z-50 {:href (rfe/href :tau.routes/playlist nil {:url url}) :title name}] + [:a.absolute.min-w-full.min-h-full.z-10 {:href (rfe/href :tau.routes/playlist nil {:url url}) :title name}] [:img.rounded.object-cover.max-h-full.min-w-full {:src thumbnail-url}]]] [:div.overflow-hidden [:div -- cgit v1.2.3