diff --git a/admin/settings.php b/admin/settings.php index b94dfda..a4c3db2 100644 --- a/admin/settings.php +++ b/admin/settings.php @@ -345,14 +345,14 @@ function wpa_superstar_ajax_get_theme() { position: absolute; right: 0; bottom: 0; - height: 48px; - padding: 9px 15px; - box-sizing: border-box; - display: flex; - align-items: center; - gap: 5px; + height: 100%; + padding: 0 15px; background: #f6f7f7; border-left: 1px solid #dcdcde; + display: flex; + align-items: flex-end; + gap: 5px; + padding-bottom: 13px; } .theme-browser .theme .theme-actions .button { margin: 0;