[Glitch] Fix hashtag timeline on mobile

Port c5b8824a3e to glitch-soc
master
Thibaut Girka 6 years ago
parent dbe311f0e9
commit ad32896a93
  1. 7
      app/javascript/flavours/glitch/styles/about.scss

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