UI Improvements: Center-aligned tabs and filters, standardized button styles

This commit is contained in:
Marcus Quinn
2025-03-24 17:55:29 +00:00
parent c2276f4ebd
commit da5d08587c
2 changed files with 29 additions and 0 deletions

View File

@ -48,6 +48,9 @@
position: sticky;
top: 32px;
z-index: 100;
text-align: center; /* Center align the tabs */
display: flex;
justify-content: center; /* Ensure better centering for tabs */
}
.nav-tab {
@ -592,6 +595,19 @@ input:checked + .wp-toggle-slider:before {
gap: 8px;
}
/* Make theme buttons match size of plugin buttons */
.theme-actions .button {
margin: 0;
padding: 6px 14px;
height: auto;
line-height: 1.4;
font-size: 13px;
font-weight: 500;
min-width: 100px;
text-align: center;
border-radius: 4px;
}
/* Responsive Adjustments */
@media screen and (max-width: 1200px) {
.plugin-card .name,