Skip to content

Proximity of controls: Upload New Media multi-file uploader - 60141 #6547

New issue

Have a question about this project? Sign up for a free account to open an issue and contact its maintainers and the community.

By clicking “Sign up for ”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on ? Sign in to your account

Closed
wants to merge 7 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
Next Next commit
media css updated
  • Loading branch information
@Rcreators
Rcreators committedMay 22, 2024
commit 171803ab4e41f640941222a789271acef01a9127
19 changes: 11 additions & 8 deletions src/wp-admin/css/media.css
Original file line numberDiff line numberDiff line change
Expand Up@@ -1419,18 +1419,21 @@ audio, video {
height: auto;
width: 100%;
}

.media-item .edit-attachment.copy-to-clipboard-container {
flex-direction: column;
}
.copy-to-clipboard-container .success {
position: relative;
top: 10px;
}
}

@media only screen and (max-width: 640px), screen and (max-height: 400px) {
.upload-php .mode-grid .media-sidebar{
max-width: 100%;
}
}

@media only screen and (max-width: 375px) {
.media-item .edit-attachment.copy-to-clipboard-container {
flex-direction: column;
}

.copy-to-clipboard-container .success {
position: relative;
top: 15px;
}
}
Loading