This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
[Glitch] Allow report modal to be up to 80% of viewport height
Port
bddb330a8a
to glitch-soc
closed-social-glitch-2
Thibaut Girka
6 years ago
parent
7972464e71
commit
6b94237810
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/javascript/flavours/glitch/styles/components/modal.scss
+ 1
- 1
app/javascript/flavours/glitch/styles/components/modal.scss
View File
@ -532,7 +532,7 @@
.
report-modal__statuses
{
flex
:
1
1
auto
;
min-height
:
20vh
;
max-height
:
4
0vh
;
max-height
:
8
0vh
;
overflow-y
:
auto
;
overflow-x
:
hidden
;
Write
Preview
Loading…
Cancel
Save