mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-25 14:56:11 +01:00
[Glitch] Allow report modal to be up to 80% of viewport height
Port bddb330a8a
to glitch-soc
This commit is contained in:
parent
7972464e71
commit
6b94237810
1 changed files with 1 additions and 1 deletions
|
@ -532,7 +532,7 @@
|
|||
.report-modal__statuses {
|
||||
flex: 1 1 auto;
|
||||
min-height: 20vh;
|
||||
max-height: 40vh;
|
||||
max-height: 80vh;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue