mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00: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. Fixes #53174. git-svn-id: https://develop.svn.wordpress.org/trunk@54660 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
05d5e1d0dc
commit
c8fcfc846e
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user