1
0
mirror of https://framagit.org/tykayn/mastodon.git synced 2023-08-25 08:33:12 +02:00

Merge pull request from TrevInc/master

Reduce height of media query to hide avatar/bio
This commit is contained in:
Eugen 2017-01-03 19:58:34 +01:00 committed by GitHub
commit 18f59df09e

@ -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;
}
}