[Glitch] Fix hashtag timeline on mobile

Port 8044612d15 to glitch-soc
th-downstream
Thibaut Girka 6 years ago
parent a06d3a6082
commit 1c67a27069

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

Loading…
Cancel
Save