mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
[Glitch] Fix hashtag timeline on mobile
Port c5b8824a3e5fa43470d12c4ef96eda3e62e10436 to glitch-soc
This commit is contained in:
parent
dbe311f0e9
commit
ad32896a93
@ -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…
x
Reference in New Issue
Block a user