Image Details modal: Restore narrow responsive layout.
props celloexpressions. fixes #29337. Built from https://develop.svn.wordpress.org/trunk@29617 git-svn-id: http://core.svn.wordpress.org/trunk@29391 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e51fdf9d7d
commit
7b75eff693
|
@ -2411,6 +2411,17 @@
|
|||
font-size: 14px;
|
||||
}
|
||||
|
||||
.image-details .column-image,
|
||||
.image-details .column-settings {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.image-details .column-settings {
|
||||
padding: 4px 0;
|
||||
}
|
||||
|
||||
/* Media tabs on the top */
|
||||
.media-frame-content .media-toolbar .instructions {
|
||||
display: none;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2411,6 +2411,17 @@
|
|||
font-size: 14px;
|
||||
}
|
||||
|
||||
.image-details .column-image,
|
||||
.image-details .column-settings {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.image-details .column-settings {
|
||||
padding: 4px 0;
|
||||
}
|
||||
|
||||
/* Media tabs on the top */
|
||||
.media-frame-content .media-toolbar .instructions {
|
||||
display: none;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue