mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-14 14:13:11 +00:00
Bug fixes
This commit is contained in:
parent
4186a609ef
commit
edb9feee97
6 changed files with 71 additions and 32 deletions
|
@ -685,8 +685,8 @@
|
|||
max-width: 100%;
|
||||
height: 15rem;
|
||||
|
||||
animation: uploadGradient 10s ease infinite;
|
||||
background: linear-gradient(-45rad, #000000, #EE7752, #E73C7E, #23A6D5, #23D5AB);
|
||||
animation: uploadGradient 10s ease-in-out infinite;
|
||||
background: linear-gradient(-45rad, #00000000, #121212, #00000000, #121212);
|
||||
background-size: 200% 200%;
|
||||
|
||||
@if calc($rad - 0.5rem) > 0 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue