feat(front-end): admin desing improvements
Some checks failed
PR Checks / prettier-autofix (pull_request) Successful in 20s
PR Checks / security-sast (pull_request) Failing after 34s
PR Checks / test-backend (pull_request) Successful in 28s
PR Checks / test-frontend (pull_request) Successful in 1m0s

This commit is contained in:
2026-03-09 18:07:22 +01:00
parent 17df0c6b9b
commit 7615b8b601
9 changed files with 204 additions and 135 deletions

View File

@@ -1,9 +1,7 @@
.admin-dashboard {
background: var(--color-bg-card);
border: 1px solid var(--color-border);
border-radius: var(--radius-lg);
padding: clamp(12px, 2vw, 20px);
box-shadow: var(--shadow-sm);
display: flex;
flex-direction: column;
gap: var(--space-5);
}
.dashboard-header {
@@ -11,7 +9,6 @@
justify-content: space-between;
align-items: flex-start;
gap: var(--space-4);
margin-bottom: var(--space-4);
}
.dashboard-header h1 {
@@ -294,7 +291,7 @@ tbody tr.no-results:hover {
.error {
color: var(--color-danger-500);
margin-bottom: var(--space-3);
margin: 0;
}
.modal-backdrop {
@@ -404,7 +401,7 @@ h4 {
@media (max-width: 820px) {
.admin-dashboard {
padding: var(--space-4);
gap: var(--space-4);
}
.list-toolbar {
@@ -449,10 +446,6 @@ h4 {
}
@media (max-width: 520px) {
.admin-dashboard {
padding: var(--space-3);
}
th,
td {
padding: var(--space-2);