From 75bc0e1411ba24dbf98f67cd6363d4224377c5be Mon Sep 17 00:00:00 2001 From: Maximilian Grundke Date: Wed, 25 Jul 2018 14:14:37 +0200 Subject: [PATCH] Add min height to editor frames to avoid hiding content on small screens --- app/assets/stylesheets/editor.css.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/editor.css.scss b/app/assets/stylesheets/editor.css.scss index f8e708eb..dad17193 100644 --- a/app/assets/stylesheets/editor.css.scss +++ b/app/assets/stylesheets/editor.css.scss @@ -19,6 +19,7 @@ button i.fa-spin { .frame { display: none; + min-height: 300px; audio, img, video { max-width: 100%;