Refactor and optimize admin page components

- Remove unused imports and auto-refresh functionality
- Reduce padding and spacing for more compact admin layout
- Simplify stats generation and remove unused variables
- Adjust font sizes and icon sizes for better consistency
- Improve line-height on admin page title
- Minor performance optimizations
This commit is contained in:
2026-02-27 17:31:38 +01:00
parent 0a2e721cfc
commit 9c7e0bd3b3
5 changed files with 117 additions and 181 deletions

View File

@@ -44,6 +44,7 @@
font-size: 2rem;
font-weight: 300;
color: $text-color;
line-height: 1;
@include mobile-only {
font-size: 1.5rem;