Move compatibility text 25px to the right for better alignment

This commit is contained in:
Marcus Quinn
2025-03-25 00:50:52 +00:00
parent aac7ac1195
commit f7b8629926
2 changed files with 18 additions and 8 deletions

View File

@ -1128,6 +1128,19 @@ body.wp-admin .button.pricing-button:hover,
margin-top: auto; margin-top: auto;
} }
/* Increase right padding for compatibility text */
#recommended .plugin-card .column-compatibility {
padding-right: 25px;
}
/* Style compatibility message */
#recommended .plugin-card .column-compatibility {
text-align: center;
font-size: 13px;
color: #00a32a;
margin: 5px 0;
}
/* Loading spinner without background */ /* Loading spinner without background */
.wpa-loading-overlay { .wpa-loading-overlay {
position: absolute; position: absolute;
@ -1174,14 +1187,6 @@ body.wp-admin .button.pricing-button:hover,
} }
} }
/* Style compatibility message */
#recommended .plugin-card .column-compatibility {
text-align: center;
font-size: 13px;
color: #00a32a;
margin: 5px 0;
}
/* Center the plugin container */ /* Center the plugin container */
#recommended #the-list { #recommended #the-list {
display: flex; display: flex;

View File

@ -135,6 +135,11 @@
margin-top: auto !important; margin-top: auto !important;
} }
/* Move compatibility text to the right */
.column-compatibility {
padding-right: 25px !important;
}
/* Loading Overlay without white background */ /* Loading Overlay without white background */
.wp-allstars-loading-overlay { .wp-allstars-loading-overlay {
position: absolute; position: absolute;