mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-12 18:52:52 -05:00
[Glitch] change height on narrow view to take 100% of screen
Port 11832460431bb6b3196daf17656c2cc76e8ae63d to glitch-soc
This commit is contained in:
parent
278ff1318f
commit
2c5f0f12ac
@ -1044,6 +1044,10 @@ $small-breakpoint: 960px;
|
||||
|
||||
.scrollable {
|
||||
height: 400px;
|
||||
|
||||
@media screen and (max-width: $column-breakpoint) {
|
||||
height: 90vh;
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
|
Loading…
x
Reference in New Issue
Block a user