Albums: Remove XL tile size breakpoint

This commit is contained in:
Michael Mayer 2021-01-04 11:20:46 +01:00
parent b5a439447f
commit 38bbd7acde
2 changed files with 2 additions and 2 deletions

View file

@ -83,7 +83,7 @@
:key="index"
:data-uid="album.UID"
class="p-album"
xs6 sm4 md3 lg2 xl1 d-flex
xs6 sm4 md3 lg2 d-flex
>
<v-hover>
<v-card slot-scope="{ hover }" tile

View file

@ -34,7 +34,7 @@
:key="index"
:data-uid="album.UID"
class="p-album"
xs6 sm4 md3 lg2 xl12 d-flex
xs6 sm4 md3 lg2 d-flex
>
<v-hover>
<v-card slot-scope="{ hover }" tile