Fix plugin card bottom corners and ensure consistent hover border color

This commit is contained in:
Marcus Quinn
2025-03-17 01:51:20 +00:00
parent 6947f72494
commit 51ff2a0cc7

View File

@ -47,7 +47,7 @@
} }
.plugin-card:hover { .plugin-card:hover {
border-color: #2271b1; border-color: #2271b1 !important;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
} }
@ -83,7 +83,7 @@
} }
.plugin-card:hover { .plugin-card:hover {
border-color: #2271b1; border-color: #2271b1 !important;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
} }
} }
@ -179,6 +179,8 @@
clear: both !important; clear: both !important;
width: 100% !important; width: 100% !important;
box-sizing: border-box !important; box-sizing: border-box !important;
border-bottom-left-radius: 8px !important;
border-bottom-right-radius: 8px !important;
} }
/* Remove excessive spacing between elements */ /* Remove excessive spacing between elements */