Skip to content

Commit 7129be2

Browse files
committed
Set padding on mobile to match existing area
This makes the large buttons the same size as the inputs neighboring them, which better matches the current design on mobile.
1 parent f0b0313 commit 7129be2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/wp-admin/css/customize-controls.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3000,6 +3000,10 @@ body.adding-widget .add-new-widget:before,
30003000
vertical-align: middle;
30013001
}
30023002

3003+
.customize-control .attachment-media-view .upload-button {
3004+
padding: 5px 0;
3005+
}
3006+
30033007
#customize-control-changeset_status .customize-inside-control-row {
30043008
padding-top: 15px;
30053009
}

0 commit comments

Comments
 (0)