From c7fee4d3e6cd248b33a17c7568ea595fbc3f25e5 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: http://core.svn.wordpress.org/trunk@23052 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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; }