Skip to content

Commit 6acd2ba

Browse files
Administration: Standardize theme install overlay button height in mobile viewport
1 parent e12ddb3 commit 6acd2ba

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/wp-admin/css/themes.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2052,9 +2052,10 @@ body.full-overlay-active {
20522052
}
20532053

20542054
.theme-install-overlay .wp-full-overlay-header .button {
2055-
font-size: 13px;
2056-
line-height: 2.15384615;
2057-
min-height: 30px;
2055+
font-size: 14px;
2056+
line-height: 2.71428571;
2057+
min-height: 40px;
2058+
padding: 0 14px;
20582059
}
20592060

20602061
.theme-browser .theme .theme-actions .button {

0 commit comments

Comments
 (0)