From c7ff5eff0e750c0aec1b720ae10c2e906e42accd Mon Sep 17 00:00:00 2001 From: Marcus Quinn Date: Fri, 14 Mar 2025 05:13:29 +0000 Subject: [PATCH] Fix theme card button positioning: - Move buttons to bottom-right of title bar - Remove vertical centering - Add proper bottom padding - Keep buttons permanently visible --- admin/settings.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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;