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
This commit is contained in:
Andrew Nacin 2012-12-05 00:40:13 +00:00
parent 3fd91ed4cf
commit f824b1a921
1 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,7 @@
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
min-height: 360px;
background: #000; background: #000;
opacity: 0.7; opacity: 0.7;
z-index: 159900; z-index: 159900;
@ -132,6 +133,7 @@
right: 0; right: 0;
bottom: 0; bottom: 0;
overflow: auto; overflow: auto;
min-height: 300px;
background: #fff; background: #fff;
} }