mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-22 03:14:55 +00:00
In the process of suffering
This commit is contained in:
parent
7eae10b4bf
commit
f670e000b8
4 changed files with 66 additions and 30 deletions
|
@ -31,6 +31,8 @@ html {
|
|||
|
||||
min-height: 100vh; max-width: 100vw;
|
||||
|
||||
position: relative;
|
||||
|
||||
background-color: var(--bg-2);
|
||||
background-image: url("../assets/bg2.svg");
|
||||
|
||||
|
@ -377,11 +379,11 @@ a.btn {
|
|||
margin: 0; padding: 0.5rem 0.5rem 1.5rem;
|
||||
|
||||
max-width: 621px; width: calc(100% - 2.5rem + 3px);
|
||||
max-height: 50vh; height: auto;
|
||||
max-height: 20rem; height: auto; min-height: 10rem;
|
||||
|
||||
bottom: -50vh; left: 50%;
|
||||
bottom: -20rem; left: 50%;
|
||||
|
||||
transform: translateX(-50%);
|
||||
transform: translateX(-50%) scale(0.8);
|
||||
|
||||
position: fixed; z-index: 99999;
|
||||
|
||||
|
@ -393,7 +395,7 @@ a.btn {
|
|||
|
||||
word-wrap: break-word;
|
||||
|
||||
transition: bottom 0.5s cubic-bezier(.19,1,.22,1);
|
||||
transition: bottom 0.5s cubic-bezier(.19,1,.22,1), transform 0.5s cubic-bezier(.19,1,.22,1);
|
||||
}
|
||||
|
||||
.flyout-dim {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue