mirror of
https://github.com/kikobar/mastodon.git
synced 2025-01-14 00:54:28 +00:00
Merge pull request #2 from TrevInc/bio-media-query
Reduce height of media query to hide avatar/bio
This commit is contained in:
commit
febe2449bb
|
@ -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…
Reference in a new issue