Make it run better in IE11
This commit is contained in:
parent
91e5556c86
commit
29a225ed13
5 changed files with 48 additions and 21 deletions
|
@ -198,6 +198,7 @@ i[class*=' icon-']:before {
|
|||
.connect {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
|
@ -357,6 +358,10 @@ i[class*=' icon-']:before {
|
|||
line-height: 50px;
|
||||
}
|
||||
|
||||
.chat-server .chat-title {
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
.chat-topic-wrap {
|
||||
flex: 1;
|
||||
position: relative;
|
||||
|
@ -573,6 +578,7 @@ i[class*=' icon-']:before {
|
|||
|
||||
.settings {
|
||||
text-align: center;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.settings p {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue