Ticket #31542: 31542.patch
File 31542.patch, 524 bytes (added by , 10 years ago) |
---|
-
wp-admin/css/themes.css
916 916 @media only screen and (max-width: 780px) { 917 917 body.folded .theme-overlay .theme-wrap, 918 918 .theme-overlay .theme-wrap { 919 top: 0; /* The adminmenu isn't fixed on mobile, so this can use the full viewportheight */919 top: 46px; /* Top value should equal to #wpadminbar height */ 920 920 right: 0; 921 921 bottom: 0; 922 922 left: 0;