Add EXIF data displaying

Add info to setup and manifest(o)
Change background scroll effect
This commit is contained in:
Michał Gdula 2023-01-10 22:17:41 +00:00
parent 44a6712b6e
commit 8c25779882
10 changed files with 74 additions and 27 deletions

View file

@ -15,9 +15,11 @@ main {
padding: 0;
width: 100%;
height: 40vh;
height: 69vh;
position: relative;
position: fixed;
top: 0;
left: 0;
background-color: $black200;
border-radius: $rad;
@ -32,8 +34,6 @@ main {
width: 100%;
height: 100%;
filter: blur(0.5rem);
object-fit: cover;
object-position: center 0px;
}
@ -47,6 +47,7 @@ main {
height: 100%;
background-image: linear-gradient(to bottom, #00000000, rgba($black100, 1));
backdrop-filter: blur(0.5rem);
z-index: +1;
}