Fix theme card button positioning: - Remove hover states and white overlay - Make buttons permanently visible - Keep buttons in bottom-right position - Clean up unnecessary CSS

This commit is contained in:
Marcus Quinn
2025-03-14 05:15:40 +00:00
parent c7ff5eff0e
commit 5b1c6258dd

View File

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