mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed errors in IE
This commit is contained in:
@@ -331,6 +331,7 @@ ul #chat-log{
|
||||
}
|
||||
|
||||
.main{
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
max-width:99%;
|
||||
margin: 0px;
|
||||
@@ -760,7 +761,7 @@ ul #chat-log{
|
||||
margin-top: initial;
|
||||
width: 65%;
|
||||
width: calc(90% - 256px - 130px);
|
||||
left: initial;
|
||||
left: 25%;
|
||||
}
|
||||
.title-container li {
|
||||
width: 71%;
|
||||
|
||||
Reference in New Issue
Block a user