diff --git a/frontend/src/component/photo/cards.vue b/frontend/src/component/photo/cards.vue index 656670456..207e8579d 100644 --- a/frontend/src/component/photo/cards.vue +++ b/frontend/src/component/photo/cards.vue @@ -25,7 +25,7 @@ :key="index" :data-uid="photo.UID" class="p-photo" - xs12 sm6 md4 lg3 xl2 d-flex + xs12 sm6 md4 lg2 d-flex :class="{ 'is-selected': clipboard.has(photo), portrait: photo.Portrait }" > diff --git a/frontend/src/share/photo/cards.vue b/frontend/src/share/photo/cards.vue index 187e0b5e9..86c074e36 100644 --- a/frontend/src/share/photo/cards.vue +++ b/frontend/src/share/photo/cards.vue @@ -3,10 +3,10 @@
-

+

Couldn't find recently edited

-

+

Couldn't find anything

@@ -21,17 +21,17 @@ :key="index" :data-uid="photo.UID" class="p-photo" - xs12 sm6 md4 lg3 d-flex - v-bind:class="{ 'is-selected': $clipboard.has(photo), portrait: photo.Portrait }" + xs12 sm6 md4 lg2 d-flex + :class="{ 'is-selected': $clipboard.has(photo), portrait: photo.Portrait }" > - + :class="$clipboard.has(photo) ? 'elevation-10 ma-0 accent darken-1 white--text' : 'elevation-0 ma-1 accent lighten-3'" + @contextmenu="onContextMenu($event, index)"> - @@ -92,12 +92,12 @@ @@ -113,7 +113,7 @@ + title="RAW" @click.stop.prevent="openPhoto(index, true)"> photo_camera @@ -124,7 +124,7 @@

{{ photo.Title | truncate(80) }}

-
+
{{ photo.Description }}
@@ -132,8 +132,8 @@ {{ photo.getDateString() }}