Merge remote-tracking branch 'upstream/main'

This commit is contained in:
ygg2 2024-07-29 17:36:48 -04:00
commit 1bea103788
4 changed files with 23 additions and 18 deletions

View file

@ -76,19 +76,16 @@ th {
}
.jumped{
animation-duration: .5s;
animation-duration: 1.3s;
animation-name: jumped;
}
@keyframes jumped{
0% {
0%,100% {
background-color: transparent;
}
50% {
background-color: var(--message-jump);
}
100% {
background-color: transparent;
}
}
.messagediv{
overflow: hidden;
@ -1486,18 +1483,12 @@ span {
box-sizing: border-box;
}
@keyframes goout {
0%{
0%,100%{
opacity:0;
}
5%{
5%,90%{
opacity:1;
}
90%{
opacity:1;
}
100%{
opacity:0;
}
}
#register{
@ -1514,4 +1505,4 @@ span {
}
form div{
width:100%;
}
}