Merge pull request #165 from cant-be-blenk/patch-8

make the wholesome seal work on carp's phone
master
Aevann1 2022-01-17 07:18:36 -08:00 committed by GitHub
commit 7980cd1d1d
1 changed files with 18 additions and 6 deletions

View File

@ -40,13 +40,25 @@
height: 27px; height: 27px;
} }
} }
@keyframes wholesome {
0% {top:0%; left: 50%;}
25% {top:50%; left:98%;}
50% {top:98%; left: 50%}
75% {top:50%; left:0%;}
100% {top:0%; left: 50%;}
}
.seal {
animation-name: wholesome !important;
animation-duration: 10s !important;
animation-iteration-count: infinite !important;
animation-fill-mode: forwards !important;
animation-timing-function: linear !important;
}
</style> </style>
<div class="seal" height="100%" width="100%"> <div class="seal" height="100%" width="100%">
<marquee class="seal" scrollamount=10 behavior="alternate" direction="up" height="100%" width="100%"> <img alt=":#marseywholesome:" class="sealimg" src="/static/assets/images/emojis/marseywholesome.webp?a=3">
<marquee direction="right" scrollamount=10 behavior="alternate" height="100%" width="100%">
<img alt=":#marseywholesome:" class="sealimg" src="/static/assets/images/emojis/marseywholesome.webp?a=1004">
</marquee>
</marquee>
</div> </div>
{% endif %} {% endif %}