Frontend: Remove xl1 from mosaic tile #453
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
ad6864cdd2
commit
f9d8f9733f
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
:data-uid="photo.UID"
|
||||
v-bind:class="{ selected: $clipboard.has(photo) }"
|
||||
class="p-photo"
|
||||
xs4 sm3 md2 lg1 xl1 d-flex
|
||||
xs4 sm3 md2 lg1 d-flex
|
||||
>
|
||||
<v-hover>
|
||||
<v-card tile slot-scope="{ hover }"
|
||||
|
|
Loading…
Reference in a new issue