Make WordPress Core

Changeset 23052


Ignore:
Timestamp:
12/05/2012 12:40:13 AM (14 years ago)
Author:
nacin
Message:

Minimum heights for the media modal to prevent it from scrunching up on tiny devices. (Panning is better.) props helenyhou. fixes #22747.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/css/media-views.css

    r23049 r23052  
    101101        right: 0;
    102102        bottom: 0;
     103        min-height: 360px;
    103104        background: #000;
    104105        opacity: 0.7;
     
    133134        bottom: 0;
    134135        overflow: auto;
     136        min-height: 300px;
    135137        background: #fff;
    136138}
Note: See TracChangeset for help on using the changeset viewer.