| 2649 | | |
| | 2649 | @media screen and ( max-width: 780px ) { |
| | 2650 | .media-frame-content .imgedit-wrap > div:first-child { |
| | 2651 | display: -webkit-box; |
| | 2652 | display: -moz-box; |
| | 2653 | display: -ms-flexbox; |
| | 2654 | display: -webkit-flex; |
| | 2655 | display: flex; |
| | 2656 | flex-direction:column-reverse; |
| | 2657 | overflow: hidden; |
| | 2658 | } |
| | 2659 | .media-frame-content .imgedit-wrap .imgedit-settings, |
| | 2660 | .media-frame-content .imgedit-wrap .imgedit-panel-content { |
| | 2661 | position: static; |
| | 2662 | width: 100%; |
| | 2663 | } |
| | 2664 | .media-frame-content .imgedit-wrap .imgedit-settings { |
| | 2665 | border-top:1px solid #666; |
| | 2666 | } |
| | 2667 | } |