mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed some issues with favicon changing
This commit is contained in:
@@ -895,6 +895,13 @@ ul #chat-log{
|
||||
/*background-color:rgba(0,0,0,0.2);*/
|
||||
}
|
||||
|
||||
.chat-link{
|
||||
-webkit-transition:color 1s;
|
||||
-moz-transition:color 1s;
|
||||
-o-transition:color 1s;
|
||||
transition: color 1s;
|
||||
}
|
||||
|
||||
#player{
|
||||
height:95%;
|
||||
height: calc(100% - 32px);
|
||||
|
||||
Reference in New Issue
Block a user