Albums: Remove XL tile size breakpoint
This commit is contained in:
parent
b5a439447f
commit
38bbd7acde
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue