Make it run better in IE11

This commit is contained in:
Ken-Håvard Lieng 2018-05-06 21:36:05 +02:00
parent 91e5556c86
commit 29a225ed13
5 changed files with 48 additions and 21 deletions

View file

@ -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 {