mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Media: set the image editor spinner on the smallest possible area.
When using spinners as background images, the re-painted area should be the smallest possible one. See similar performance issue in #31196, #33311, #33322, and #34951. Fixes #35296. git-svn-id: https://develop.svn.wordpress.org/trunk@36162 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1721,13 +1721,6 @@
|
||||
position: static;
|
||||
}
|
||||
|
||||
.media-modal .imgedit-wait {
|
||||
height: auto !important;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.media-modal .imgedit-wrap .imgedit-panel-content {
|
||||
padding: 16px;
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user