[Glitch] Fix hashtag timeline on mobile

Port 8044612d15 to glitch-soc
lolsob-rspec
Thibaut Girka 2019-01-16 14:24:23 +01:00
parent a06d3a6082
commit 1c67a27069
1 changed files with 1 additions and 6 deletions

View File

@ -1044,10 +1044,6 @@ $small-breakpoint: 960px;
.scrollable { .scrollable {
height: 400px; height: 400px;
@media screen and (max-width: $column-breakpoint) {
height: 90vh;
}
} }
p { p {
@ -1274,8 +1270,7 @@ $small-breakpoint: 960px;
} }
#mastodon-timeline { #mastodon-timeline {
display: block; display: flex;
width: 100vw;
height: 100vh; height: 100vh;
border-radius: 0; border-radius: 0;
} }