mirror of
https://github.com/photoprism/photoprism.git
synced 2025-10-29 11:22:44 +08:00
UI: Improve theme styles and remove "Seaweed" #2916
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -51,18 +51,18 @@
|
||||
>
|
||||
<v-card tile
|
||||
:data-uid="model.UID"
|
||||
class="result accent lighten-3"
|
||||
class="result card"
|
||||
:class="model.classes(selection.includes(model.UID))"
|
||||
@contextmenu.stop="onContextMenu($event, index)"
|
||||
>
|
||||
<div class="card-background accent lighten-3"></div>
|
||||
<div class="card-background card"></div>
|
||||
<v-img
|
||||
:src="model.thumbnailUrl('tile_500')"
|
||||
:alt="model.Name"
|
||||
:transition="false"
|
||||
loading="lazy"
|
||||
aspect-ratio="1"
|
||||
class="accent lighten-2 clickable"
|
||||
class="card darken-1 clickable"
|
||||
@touchstart.passive="input.touchStart($event, index)"
|
||||
@touchend.stop.prevent="onClick($event, index)"
|
||||
@mousedown.stop.prevent="input.mouseDown($event, index)"
|
||||
|
||||
Reference in New Issue
Block a user