logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: b0ab632531c82c2c84c557c7c12afb8a91074e2e
parent: e1264bbd92718cd6d78bed8c2d1ad9cb96384fea
Author: Isabelle Knott <isabelle@blackle-mori.com>
Date:   Wed, 12 Apr 2017 14:40:03 -0400

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


Diffstat:

Mapp/assets/stylesheets/components.scss4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss @@ -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; }