From f824b1a9214f5b14a6f9de822929464e960eb517 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 5 Dec 2012 00:40:13 +0000 Subject: [PATCH] Minimum heights for the media modal to prevent it from scrunching up on tiny devices. (Panning is better.) props helenyhou. fixes #22747. git-svn-id: https://develop.svn.wordpress.org/trunk@23052 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/css/media-views.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wp-includes/css/media-views.css b/wp-includes/css/media-views.css index 2ec26d4dd2..0320762c4e 100644 --- a/wp-includes/css/media-views.css +++ b/wp-includes/css/media-views.css @@ -100,6 +100,7 @@ left: 0; right: 0; bottom: 0; + min-height: 360px; background: #000; opacity: 0.7; z-index: 159900; @@ -132,6 +133,7 @@ right: 0; bottom: 0; overflow: auto; + min-height: 300px; background: #fff; }