Fix missing compose box when viewport width is exactly 1024px (#1632)

th-downstream
Isabelle Knott 8 years ago committed by Eugen
parent 3689d4aa7b
commit 8df158aa6f

@ -59,7 +59,7 @@
z-index: 2;
}
@media screen and (min-width: 1024px) {
@media screen and (min-width: 1025px) {
.column-icon-clear {
top: 10px;
}
@ -857,7 +857,7 @@ a.status__content__spoiler-link {
}
}
@media screen and (min-width: 1024px) {
@media screen and (min-width: 1025px) {
.columns-area {
padding: 0;
}

Loading…
Cancel
Save