wp core update 6.6

This commit is contained in:
Tony Volpe
2024-07-17 03:05:30 +00:00
parent 8f93917880
commit 4950d23a30
912 changed files with 103325 additions and 124480 deletions

View File

@@ -112,14 +112,8 @@
margin-right: 10px;
}
.media-item-wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
}
.media-item .attachment-tools {
display: flex;
justify-content: flex-end;
align-items: center;
}
@@ -190,15 +184,10 @@
display: none;
}
.media-item .original {
position: relative;
min-height: 34px;
}
.media-item .progress {
float: right;
display: inline-block;
height: 22px;
margin: 7px 6px;
margin: 0 6px 7px;
width: 200px;
line-height: 2em;
padding: 0;
@@ -585,15 +574,9 @@ border color while dragging a file over the uploader drop area */
}
.media-frame-content .media-search-input-label {
margin: 0 .2em 0 0;
vertical-align: baseline;
}
.media-frame.mode-grid .media-search-input-label {
position: static;
margin: 0 .5em 0 0;
}
.attachments-browser .media-toolbar-secondary > .media-button {
margin-right: 10px;
}
@@ -907,7 +890,7 @@ border color while dragging a file over the uploader drop area */
}
.imgedit-settings {
max-width: 400px; /* Prevent reflow when help info is expanded. */
max-width: 240px; /* Prevent reflow when help info is expanded. */
}
.imgedit-group-controls > * {
@@ -1373,6 +1356,12 @@ audio, video {
width: 100%;
margin-bottom: 20px;
display: flex;
flex-wrap: nowrap;
column-gap: 0;
}
.wp-filter p.search-box #media-search-input {
width: 100%;
}
}
@@ -1436,3 +1425,17 @@ audio, video {
max-width: 100%;
}
}
@media only screen and (max-width: 375px) {
.media-item .attachment-tools {
align-items: baseline;
}
.media-item .edit-attachment.copy-to-clipboard-container {
flex-direction: column;
}
.copy-to-clipboard-container .success {
line-height: normal;
margin-top: 10px;
}
}