diff --git a/admin/settings.php b/admin/settings.php index 2303534..a39a412 100644 --- a/admin/settings.php +++ b/admin/settings.php @@ -1271,25 +1271,27 @@ function wp_allstars_ajax_get_themes() {

name); ?>

- - exists()): ?> - - - +
+ + exists()): ?> + + + + - - - - - - - + + + + + + +
@@ -1611,7 +1613,7 @@ function wp_allstars_settings_page() { overflow: hidden; } #wpa-theme-list .theme-screenshot { - height: 400px; + height: 300px; } #wpa-theme-list .theme-screenshot img { height: 100%; @@ -1625,14 +1627,16 @@ function wp_allstars_settings_page() { #wpa-theme-list .theme-actions { padding: 15px; display: flex; - gap: 10px; + justify-content: center; + gap: 20px; position: static; opacity: 1; background: #f8f9fa; border-top: 1px solid #eee; } #wpa-theme-list .theme-actions .button { - min-width: 120px; + width: auto; + min-width: 100px; text-align: center; }