UI Improvements: Center-aligned tabs and filters, standardized button styles
This commit is contained in:
@ -20,6 +20,7 @@
|
||||
margin-right: 0;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
text-align: center; /* Center align filter bar content */
|
||||
}
|
||||
|
||||
/* Standard WordPress Plugin Grid Layout - exactly matching core */
|
||||
@ -29,6 +30,18 @@
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Center filter links */
|
||||
.wp-filter .filter-links {
|
||||
display: inline-block;
|
||||
float: none !important;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.wp-filter .filter-links li {
|
||||
float: none;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.wp-allstars-wrap #the-list {
|
||||
margin: 0;
|
||||
display: flex;
|
||||
|
Reference in New Issue
Block a user