diff options
Diffstat (limited to 'src/frontend/tau')
-rw-r--r-- | src/frontend/tau/views/channel.cljs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frontend/tau/views/channel.cljs b/src/frontend/tau/views/channel.cljs index 4eefa31..205474d 100644 --- a/src/frontend/tau/views/channel.cljs +++ b/src/frontend/tau/views/channel.cljs @@ -21,10 +21,10 @@ [:div.flex.flex-col.items-center.px-5.py-2.flex-auto (if page-loading? [loading/loading-icon service-color "text-5xl"] - [:div.flex.flex-col.flex-auto {:class "ml:w-4/5"} + [:div.flex.flex-col.flex-auto {:class "ml:w-4/5 xl:w-3/5"} [navigation/back-button service-color] (when banner - [:div + [:div.flex.justify-center [:img {:src banner}]]) [:div.flex.items-center.my-4.mx-2 (when avatar |