Remove icons from page title bars and fix Features page issues

- Remove icons from all page title sections in tab bars
- Fix double padding on mobile for Features page
- Fix drag state not resetting when Apply/Cancel pressed

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-18 23:07:04 +01:00
parent 3074f1685f
commit 6faeb3c975
15 changed files with 8 additions and 14 deletions

View File

@@ -272,6 +272,12 @@ body {
width: 100%;
}
/* Remove double padding when theme-tab-content is nested inside admin-tab-content */
.admin-tab-content .theme-tab-content {
padding: 0;
max-width: none;
}
/* ========== RESPONSIVE DESIGN ========== */
/* Tablet - reduce padding */