[Glitch] Fix edit media modal on small screens, touch events

Port 1bea318197 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
Eugen Rochko
2019-08-15 20:28:56 +02:00
committed by Thibaut Girka
parent 5c35c9c409
commit 91d968bf72
3 changed files with 46 additions and 1 deletions

View File

@@ -133,3 +133,17 @@ button {
outline: 0 !important;
}
}
.layout-single-column .app-holder {
&,
& > div {
min-height: 100vh;
}
}
.layout-multiple-columns .app-holder {
&,
& > div {
height: 100%;
}
}