Skip to content

Commit 688ce9c

Browse files
t-hamanoclaude
andcommitted
Media: Fix toolbar overflow
Raise the attachments browser toolbar from 48px to 60px so the 2-row grid of filter labels and selects no longer overflows, and shift the attachments wrapper top from 72px to 84px to keep the gap consistent. See #23562. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 5e7fd3f commit 688ce9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/wp-includes/css/media-views.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
left: 0;
311311
right: 0;
312312
z-index: 100;
313-
height: 48px;
313+
height: 60px;
314314
padding: 0 16px;
315315
border: 0 solid #dcdcde;
316316
overflow: auto;
@@ -1273,7 +1273,7 @@ select#media-attachment-date-filters {
12731273
.attachments-browser.has-load-more .attachments-wrapper,
12741274
.attachments-browser .uploader-inline {
12751275
position: absolute;
1276-
top: 72px;
1276+
top: 84px;
12771277
left: 0;
12781278
right: 300px;
12791279
bottom: 0;

0 commit comments

Comments
 (0)