Various Improvements

Meant to fix some behavures and create some improvements
This commit is contained in:
MathMan05 2024-06-08 07:55:51 -05:00
parent 88b60e95bc
commit 8543415a94
4 changed files with 8 additions and 10 deletions

View file

@ -219,8 +219,7 @@ div{
}
p{
transition: background 0.1s ease-in-out;
transition: color 0.1s ease-in-out;
transition: background 0.1s ease-in-out,color 0.1s ease-in-out;
width: 100%;
}
.username{
@ -626,4 +625,4 @@ span{
}
.servernoti{
position:relative;
}
}