mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-17 08:05:21 +01:00
Editor: Fix modal height responsiveness on link popup editor.
Fix the responsive breakpoint styles for short vertical viewports on the link popup modal. Follow-up to [54216]. Props sabernhardt, joedolson. Fixes #53174. Merges [54660] to the 6.1 branch. Built from https://develop.svn.wordpress.org/branches/6.1@54684 git-svn-id: http://core.svn.wordpress.org/branches/6.1@54236 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0e34d61860
commit
f2dce6114b
@ -1394,7 +1394,7 @@ i.mce-i-wp_code:before {
|
||||
|
||||
#wp-link-wrap {
|
||||
height: 600px;
|
||||
margin-top: -250px;
|
||||
margin-top: -300px;
|
||||
}
|
||||
|
||||
#wp-link-wrap .wp-link-text-field {
|
||||
@ -1689,7 +1689,7 @@ i.mce-i-wp_code:before {
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-height: 520px) {
|
||||
@media screen and (max-height: 620px) {
|
||||
#wp-link-wrap {
|
||||
transition: none;
|
||||
height: auto;
|
||||
|
2
wp-includes/css/editor-rtl.min.css
vendored
2
wp-includes/css/editor-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1393,7 +1393,7 @@ i.mce-i-wp_code:before {
|
||||
|
||||
#wp-link-wrap {
|
||||
height: 600px;
|
||||
margin-top: -250px;
|
||||
margin-top: -300px;
|
||||
}
|
||||
|
||||
#wp-link-wrap .wp-link-text-field {
|
||||
@ -1688,7 +1688,7 @@ i.mce-i-wp_code:before {
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-height: 520px) {
|
||||
@media screen and (max-height: 620px) {
|
||||
#wp-link-wrap {
|
||||
transition: none;
|
||||
height: auto;
|
||||
|
2
wp-includes/css/editor.min.css
vendored
2
wp-includes/css/editor.min.css
vendored
File diff suppressed because one or more lines are too long
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.1-RC2-54683';
|
||||
$wp_version = '6.1-RC2-54684';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user