FIX: Composer not properly centered in IE11

This commit is contained in:
Kris 2017-12-01 13:58:04 -05:00
parent e7725e23ad
commit 29bdf35977
2 changed files with 1 additions and 3 deletions

View File

@ -8,10 +8,9 @@
left: 0;
margin-left: auto;
margin-right: auto;
max-width: 1475px;
width: 100%;
@media screen and (max-width: 1200px) {
width: 100%;
min-width: 0;
}
z-index: 999;

View File

@ -1,6 +1,5 @@
#reply-control {
.reply-area {
max-width: 1500px;
margin: 0 auto;
padding: 5px 15px;
box-sizing: border-box;