logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 18f59df09e17981b9f30b631ceb509fed9b67683
parent: e6657d7342ee1ce08973bf1e5ab89e423eb8b760
Author: Eugen <eugen@zeonfederated.com>
Date:   Tue,  3 Jan 2017 19:58:34 +0100

Merge pull request #389 from TrevInc/master

Reduce height of media query to hide avatar/bio

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 @@ -147,8 +147,8 @@ } } -@media screen and (max-height: 800px) { - .account__header__avatar, .account__header__content { +@media screen and (max-height: 480px) { + .account__header__avatar, .account__header .account__header__content { display: none; } }