Frontend: Reduce elevation to 10 for selected photos

This commit is contained in:
Michael Mayer 2019-06-15 19:02:45 -07:00
parent 91c66824b8
commit ba7820dccc
3 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@
<v-hover>
<v-card tile slot-scope="{ hover }"
:dark="$clipboard.has(photo)"
:class="$clipboard.has(photo) ? 'elevation-15 ma-0 grey darken-1 white--text' : 'elevation-0 ma-1 grey lighten-3'">
:class="$clipboard.has(photo) ? 'elevation-10 ma-0 grey darken-1 white--text' : 'elevation-0 ma-1 grey lighten-3'">
<v-img
:src="photo.getThumbnailUrl('tile_500')"
aspect-ratio="1"

View file

@ -18,7 +18,7 @@
>
<v-hover>
<v-card tile slot-scope="{ hover }"
:class="$clipboard.has(photo) ? 'elevation-15 ma-0' : 'elevation-0 ma-1'">
:class="$clipboard.has(photo) ? 'elevation-10 ma-0' : 'elevation-0 ma-1'">
<v-img :src="photo.getThumbnailUrl('tile_224')"
aspect-ratio="1"
class="grey lighten-2"

View file

@ -18,7 +18,7 @@
>
<v-hover>
<v-card tile slot-scope="{ hover }"
:class="$clipboard.has(photo) ? 'elevation-15 ma-0' : 'elevation-0 ma-1'">
:class="$clipboard.has(photo) ? 'elevation-10 ma-0' : 'elevation-0 ma-1'">
<v-img :src="photo.getThumbnailUrl('tile_500')"
aspect-ratio="1"
class="grey lighten-2"