Adapt style of Photos viewer

- Change opacities
- Change photo background
- Disable image selection (prepping for a swipe)
- Fix mobile x and y offsets
This commit is contained in:
2021-11-17 19:52:11 +01:00
parent 4714c111ca
commit 873c2d94ac
2 changed files with 20 additions and 15 deletions

View File

@@ -1,10 +1,10 @@
<script lang="ts">
import { browser } from '$app/env'
import { page } from '$app/stores'
import { getAssetUrlKey } from '$utils/helpers'
import { throttle } from '$utils/functions'
import dayjs from 'dayjs'
import advancedFormat from 'dayjs/plugin/advancedFormat.js'
import { getAssetUrlKey } from '$utils/helpers'
import { throttle } from '$utils/functions'
// Components
import Metas from '$components/Metas.svelte'
import Image from '$components/atoms/Image.svelte'