Add min height to editor frames to avoid hiding content on small screens

This commit is contained in:
Maximilian Grundke
2018-07-25 14:14:37 +02:00
parent 1f2ed1647d
commit 75bc0e1411

View File

@ -19,6 +19,7 @@ button i.fa-spin {
.frame {
display: none;
min-height: 300px;
audio, img, video {
max-width: 100%;