- fixed issue with centering and overflowing info sidebar

This commit is contained in:
Čarodej
2022-04-07 10:37:11 +02:00
parent 7bd1079ce9
commit eb48aa46e3
6 changed files with 10 additions and 12 deletions

View File

@@ -20,7 +20,7 @@
<div
@contextmenu.prevent.capture="contextMenu($event, undefined)"
class="transition-transform duration-200 lg:grid lg:flex-grow lg:content-start lg:px-3.5"
class="lg:flex lg:flex-col lg:w-full lg:px-3.5"
>
<DesktopUploadRequestToolbar v-if="canShowUI" />
<MobileUploadRequestToolBar v-if="canShowUI" />
@@ -29,7 +29,7 @@
<div v-if="config.allowedAdsense && config.adsenseBanner01" v-html="config.adsenseBanner01" class="mb-5 min-h-[120px]"></div>
<!--File list & info sidebar-->
<div class="flex space-x-3 lg:overflow-hidden">
<div class="flex space-x-3 lg:overflow-hidden grow">
<router-view id="file-view" class="relative w-full" :key="$route.fullPath" />
<InfoSidebarUploadRequest v-if="canShowUI && isVisibleSidebar" />