Various Improvements
Meant to fix some behavures and create some improvements
This commit is contained in:
parent
88b60e95bc
commit
8543415a94
4 changed files with 8 additions and 10 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue