Fix:Library stats page overflowing under side nav #896

This commit is contained in:
advplyr 2022-08-06 08:10:12 -05:00
parent 2cba9d8f4a
commit d6afb17bf2
2 changed files with 9 additions and 1 deletions

View file

@ -3,7 +3,7 @@
<h1 class="text-xl">Stats for library {{ currentLibraryName }}</h1>
<stats-preview-icons v-if="totalItems" :library-stats="libraryStats" />
<div class="flex md:flex-row flex-wrap justify-between flex-col mt-8">
<div class="flex lg:flex-row flex-wrap justify-between flex-col mt-8">
<div class="w-80 my-6 mx-auto">
<h1 class="text-2xl mb-4 font-book">Top 5 Genres</h1>
<p v-if="!top5Genres.length">No Genres</p>