From 873c2d94ac4bf6bdc2ec3c856ecff337f82f93ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Wed, 17 Nov 2021 19:52:11 +0100 Subject: [PATCH] Adapt style of Photos viewer - Change opacities - Change photo background - Disable image selection (prepping for a swipe) - Fix mobile x and y offsets --- .../[country]/[location]/[photo].svelte | 4 +-- src/style/pages/_viewer-photo.scss | 31 +++++++++++-------- 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/src/routes/[country]/[location]/[photo].svelte b/src/routes/[country]/[location]/[photo].svelte index 466539a..f7dd822 100644 --- a/src/routes/[country]/[location]/[photo].svelte +++ b/src/routes/[country]/[location]/[photo].svelte @@ -1,10 +1,10 @@