From 2cc03a527196ae9688fe351de8121c46ea0b9c89 Mon Sep 17 00:00:00 2001 From: Marcus Quinn Date: Mon, 17 Mar 2025 00:06:24 +0000 Subject: [PATCH] Update theme panel: full-page layout, adjust height, center buttons, add new tools and hosting providers --- admin/settings.php | 46 +++++++++++++++++++++++++--------------------- 1 file changed, 25 insertions(+), 21 deletions(-) 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; }