Fix theme card button positioning: - Move buttons to bottom-right of title bar - Remove vertical centering - Add proper bottom padding - Keep buttons permanently visible

This commit is contained in:
Marcus Quinn
2025-03-14 05:13:29 +00:00
parent 650f9153d3
commit c7ff5eff0e

View File

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