Skip to content
Snippets Groups Projects
Commit b0ab6325 authored by Isabelle Knott's avatar Isabelle Knott Committed by Eugen
Browse files

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

parent e1264bbd
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment