This commit is contained in:
Čarodej
2022-02-05 12:30:02 +01:00
parent 6980c28c57
commit 38e86b4b8b
9 changed files with 41 additions and 123 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
<MobileToolbar />
<!--File list & info sidebar-->
<div class="flex space-x-3 lg:h-screen lg:overflow-hidden">
<div class="flex space-x-3 lg:overflow-hidden">
<router-view id="file-view" class="relative w-full" :key="$route.fullPath" />
<InfoSidebar v-if="isVisibleSidebar" />
+2 -2
View File
@@ -117,7 +117,7 @@
'border-transparent': config.defaultThemeMode !== theme.type,
}"
>
<img :src="theme.image" :alt="theme.type" />
<img :src="theme.image" :alt="theme.type" class="w-full"/>
</div>
</div>
</AppInputText>
@@ -140,7 +140,7 @@
'border-transparent': currentEmojis !== emoji.type,
}"
>
<img :src="isDarkMode ? emoji.image.dark : emoji.image.light" :alt="emoji.type" />
<img :src="isDarkMode ? emoji.image.dark : emoji.image.light" :alt="emoji.type" class="w-full" />
</div>
</div>
</AppInputText>