From 924eeac55c4cba5b2ca15a109efb1a304dfc6eff Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Tue, 7 Apr 2020 02:04:15 +0200 Subject: [PATCH] Frontend: Fix links in photo list view Signed-off-by: Michael Mayer --- frontend/src/component/p-photo-details.vue | 2 +- frontend/src/component/p-photo-list.vue | 20 ++++++++++++++++---- frontend/src/css/photos.css | 2 +- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/frontend/src/component/p-photo-details.vue b/frontend/src/component/p-photo-details.vue index 9da94babe..25212a725 100644 --- a/frontend/src/component/p-photo-details.vue +++ b/frontend/src/component/p-photo-details.vue @@ -63,7 +63,7 @@ - +

+ + @@ -27,8 +31,16 @@ {{ props.item.getLocation() }} - {{ props.item.CameraMake }} {{ props.item.CameraModel }} - {{ props.item.TakenAt | luxon:locale }} + + + + + + diff --git a/frontend/src/css/photos.css b/frontend/src/css/photos.css index d2b7e68b2..4a7d27704 100644 --- a/frontend/src/css/photos.css +++ b/frontend/src/css/photos.css @@ -38,6 +38,6 @@ background-color: rgba(100,100,100,0.5) !important; } -#photoprism .p-photo-details-desc button { +#photoprism .p-photo-desc button { text-align: left; }