forked from rDrama/rDrama
1
0
Fork 0

make gingerbread award the same size as emoji award

master
Aevann 2023-10-11 19:19:37 +03:00
parent 196e61f9ab
commit 69db3b3cee
1 changed files with 9 additions and 8 deletions

View File

@ -254,14 +254,6 @@ body {
/* awards */
/* gingerbread */
.fall-gingerbread {
color: #fff;
font-size: 1em;
font-family: Serif;
text-shadow: 0 0 1px #000;
pointer-events: none;
}
@keyframes fall-gingerbreads-fall {
0% {
top: -20%
@ -284,6 +276,11 @@ body {
}
.fall-gingerbread {
color: #fff;
font-size: 1em;
font-family: Serif;
text-shadow: 0 0 1px #000;
pointer-events: none;
position: fixed;
top: -20%;
z-index: 9999;
@ -297,6 +294,10 @@ body {
animation-play-state: running, running
}
.fall-gingerbread img {
width: min(60px, 13vw) !important;
}
.fall-gingerbread:nth-of-type(0) {
left: 1%;
animation-delay: 0s, 0s