]> cat aescling's git repositories - mastodon.git/commitdiff
Fix missing compose box when viewport width is exactly 1024px (#1632)
authorIsabelle Knott <isabelle@blackle-mori.com>
Wed, 12 Apr 2017 18:40:03 +0000 (14:40 -0400)
committerEugen <eugen@zeonfederated.com>
Wed, 12 Apr 2017 18:40:03 +0000 (20:40 +0200)
app/assets/stylesheets/components.scss

index 8e4a667e351e9e7f8a1adda8f8581cf5ce5f70ea..1c7f375b7477dbd6e5af30d3ba4fff99abe69605 100644 (file)
@@ -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;
   }