mirror of
https://github.com/discourse/discourse.git
synced 2024-12-04 01:53:45 +08:00
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;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 1550px) {
|
|
||||||
#reply-control {
|
|
||||||
.wmd-controls {
|
|
||||||
width: 1450px;
|
|
||||||
left: auto;
|
|
||||||
right: auto;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.auto-close-fields {
|
.auto-close-fields {
|
||||||
input {
|
input {
|
||||||
|
|
|
@ -372,10 +372,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.wmd-controls {
|
.wmd-controls {
|
||||||
left: auto;
|
left: 30px;
|
||||||
right: auto;
|
right: 30px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 48px;
|
bottom: 48px;
|
||||||
|
top: 50px;
|
||||||
|
|
||||||
// this removes the topmost margin;
|
// this removes the topmost margin;
|
||||||
// if we don't have this, all posts would have extra space at the top
|
// if we don't have this, all posts would have extra space at the top
|
||||||
|
@ -462,3 +463,13 @@
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
padding-right: 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
Block a user