mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-15 03:15:32 +00:00
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…
Reference in a new issue