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:
@ -345,14 +345,11 @@ function wpa_superstar_ajax_get_theme() {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
height: 100%;
|
height: 48px;
|
||||||
padding: 0 15px;
|
padding: 10px 15px;
|
||||||
background: #f6f7f7;
|
|
||||||
border-left: 1px solid #dcdcde;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
gap: 5px;
|
gap: 5px;
|
||||||
padding-bottom: 13px;
|
|
||||||
}
|
}
|
||||||
.theme-browser .theme .theme-actions .button {
|
.theme-browser .theme .theme-actions .button {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
Reference in New Issue
Block a user