The delay after first upload in file request when the interface wasn't showing was removed

This commit is contained in:
Čarodej
2022-04-06 10:35:13 +02:00
parent b0f1bb46d7
commit 657248aa43
9 changed files with 28 additions and 20 deletions

View File

@@ -42,7 +42,7 @@
<MobileToolbar />
<!--Google Adsense banner-->
<div v-if="config.allowedAdsense" v-html="config.adsenseBanner01" class="mb-5 min-h-[120px]"></div>
<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">