mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 19:46:16 +00:00
Add EXIF data displaying
Add info to setup and manifest(o) Change background scroll effect
This commit is contained in:
parent
44a6712b6e
commit
8c25779882
10 changed files with 74 additions and 27 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue