diff --git a/src/wp-includes/css/media-views.css b/src/wp-includes/css/media-views.css
index be3179a..ffcdf6b 100644
a
|
b
|
|
1000 | 1000 | bottom: 0; |
1001 | 1001 | overflow: auto; |
1002 | 1002 | outline: none; |
1003 | | -webkit-transition: 1s ease-in-out; |
1004 | | transition: 1s ease-in-out; |
1005 | 1003 | } |
1006 | 1004 | |
1007 | 1005 | .attachments-browser .uploader-inline:not(.hidden) + .attachments { |
1008 | | -webkit-transform: translateY( 300px ); |
1009 | | -ms-transform: translateY( 300px ); |
1010 | | transform: translateY( 300px ); |
| 1006 | top: 350px; |
1011 | 1007 | } |
1012 | 1008 | |
1013 | 1009 | .attachments-browser .uploader-inline.hidden { |
1014 | | display: block; |
1015 | | -webkit-transform: translateY( -100% ); |
1016 | | -ms-transform: translateY( -100% ); |
1017 | | transform: translateY( -100% ); |
| 1010 | display: none; |
1018 | 1011 | } |
1019 | 1012 | |
1020 | 1013 | .attachments-browser .uploader-inline-content { |