Add JS minification and tabbed admin UI

This commit is contained in:
Marcus Quinn
2025-03-13 00:52:17 +00:00
parent 895e50589e
commit f4b6e2d631
3 changed files with 33 additions and 20 deletions

View File

@ -11,4 +11,16 @@
}
.wpa-superstar-toggle {
margin: 10px 0;
}
.nav-tab-wrapper {
margin-bottom: 20px;
}
.nav-tab {
background: #f1f1f1;
padding: 8px 16px;
border-radius: 4px 4px 0 0;
}
.nav-tab-active {
background: #fff;
border-bottom: 1px solid #fff;
}