mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-28 17:05:49 +01:00
[Glitch] change height on narrow view to take 100% of screen
Port 1183246043
to glitch-soc
This commit is contained in:
parent
278ff1318f
commit
2c5f0f12ac
1 changed files with 4 additions and 0 deletions
|
@ -1044,6 +1044,10 @@ $small-breakpoint: 960px;
|
||||||
|
|
||||||
.scrollable {
|
.scrollable {
|
||||||
height: 400px;
|
height: 400px;
|
||||||
|
|
||||||
|
@media screen and (max-width: $column-breakpoint) {
|
||||||
|
height: 90vh;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|
Loading…
Reference in a new issue