1 | Index: media-views.css |
---|
2 | =================================================================== |
---|
3 | --- media-views.css |
---|
4 | +++ media-views.css (working copy) |
---|
5 | @@ -2575,6 +2575,7 @@ |
---|
6 | |
---|
7 | /* Landscape specific header override */ |
---|
8 | @media screen and (max-height: 400px) { |
---|
9 | .media-menu { |
---|
10 | padding: 0; |
---|
11 | } |
---|
12 | |
---|
13 | .media-frame-router { |
---|
14 | top: 44px; |
---|
15 | } |
---|
16 | |
---|
17 | .media-frame-content { |
---|
18 | top: 78px; |
---|
19 | } |
---|
20 | |
---|
21 | .attachments-browser .attachments { |
---|
22 | top: 40px; |
---|
23 | } |
---|
24 | |
---|
25 | /* Prevent unnecessary scrolling on title input */ |
---|
26 | .embed-link-settings { |
---|
27 | overflow: visible; |
---|
28 | } |
---|
29 | } |
---|