mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-05 18:05:01 +01:00
Allow report modal to be up to 80% of viewport height
This commit is contained in:
parent
c88e12fca6
commit
bddb330a8a
@ -4033,7 +4033,7 @@ a.status-card {
|
|||||||
.report-modal__statuses {
|
.report-modal__statuses {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
min-height: 20vh;
|
min-height: 20vh;
|
||||||
max-height: 40vh;
|
max-height: 80vh;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user