Reduce height of media query to hide avatar/bio

An additional selector was provided to make the bio only hide on the timeline and not on the user page itself.
th-downstream
Anthony Bellew 8 years ago committed by GitHub
parent 08dfc88c91
commit 8ed0798a98

@ -147,8 +147,8 @@
} }
} }
@media screen and (max-height: 800px) { @media screen and (max-height: 480px) {
.account__header__avatar, .account__header__content { .account__header__avatar, .account__header .account__header__content {
display: none; display: none;
} }
} }

Loading…
Cancel
Save