fixing the composer that I just re-broke
This commit is contained in:
parent
5fd874b74a
commit
2c44f724f4
|
@ -87,15 +87,6 @@ div.ac-wrap {
|
|||
display: none;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1550px) {
|
||||
#reply-control {
|
||||
.wmd-controls {
|
||||
width: 1450px;
|
||||
left: auto;
|
||||
right: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.auto-close-fields {
|
||||
input {
|
||||
|
|
|
@ -372,10 +372,11 @@
|
|||
}
|
||||
}
|
||||
.wmd-controls {
|
||||
left: auto;
|
||||
right: auto;
|
||||
left: 30px;
|
||||
right: 30px;
|
||||
position: absolute;
|
||||
bottom: 48px;
|
||||
top: 50px;
|
||||
|
||||
// this removes the topmost margin;
|
||||
// if we don't have this, all posts would have extra space at the top
|
||||
|
@ -462,3 +463,13 @@
|
|||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1550px) {
|
||||
#reply-control {
|
||||
.wmd-controls {
|
||||
width: 1450px;
|
||||
left: auto;
|
||||
right: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue