diff options
Diffstat (limited to 'src/frontend')
-rw-r--r-- | src/frontend/tubo/views.cljs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/tubo/views.cljs b/src/frontend/tubo/views.cljs index d1e6ede..22dd42e 100644 --- a/src/frontend/tubo/views.cljs +++ b/src/frontend/tubo/views.cljs @@ -125,7 +125,7 @@ [:div {:class (when (= current-theme "dark") "dark")} [:div.min-h-screen.flex.flex-col.h-full.dark:text-white.dark:bg-neutral-900.relative [navbar current-match] - [:div.flex.flex-col.justify-between.relative.font-nunito {:style {:minHeight "100vh"}} + [:div.flex.flex-col.flex-auto.justify-between.relative.font-nunito (when-let [view (-> current-match :data :view)] [view current-match]) [footer] |