feat(unified-mobile-desktop-ui): Complete US-514 - Fix Spațiu Blank Excesiv Top (Toate Paginile)

Implemented by Ralph autonomous loop.
Iteration: 15

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Claude Agent
2026-01-12 23:16:20 +00:00
parent 870ef5175d
commit 04e9cf6779
9 changed files with 23 additions and 10 deletions

View File

@@ -1,8 +1,9 @@
/* Dashboard Patterns - ROA2WEB */
/* ===== Page Headers ===== */
/* US-514: Reduced from var(--space-xl) to var(--space-md) for less excessive top spacing */
.page-header {
margin-bottom: var(--space-xl);
margin-bottom: var(--space-md);
text-align: center;
}

View File

@@ -853,13 +853,14 @@ onBeforeUnmount(() => {
padding-bottom: 56px; /* MobileBottomNav height */
}
/* US-514: Using design tokens instead of hardcoded values */
.page-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 1.5rem;
margin-bottom: var(--space-md);
flex-wrap: wrap;
gap: 1rem;
gap: var(--space-md);
}
.page-header h1 {

View File

@@ -396,11 +396,12 @@ onUnmounted(() => {
}
/* Header - Uses global .page-header pattern */
/* US-514: Reduced from var(--space-xl) to var(--space-md) for less excessive top spacing */
.stats-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: var(--space-xl);
margin-bottom: var(--space-md);
}
.stats-header h1 {

View File

@@ -894,8 +894,9 @@ onUnmounted(() => {
}
/* Page Header - Desktop only */
/* US-514: Reduced from var(--space-xl) to var(--space-md) for less excessive top spacing */
.page-header {
margin-bottom: var(--space-xl);
margin-bottom: var(--space-md);
}
.page-title {

View File

@@ -1040,8 +1040,9 @@ watch(
letter-spacing: 0.5px;
}
/* US-514: Reduced from var(--space-xl) to var(--space-md) for less excessive top spacing */
.page-header {
margin-bottom: var(--space-xl);
margin-bottom: var(--space-md);
}
.page-title {

View File

@@ -110,8 +110,9 @@ onUnmounted(() => {
}
/* Page Header - Desktop only */
/* US-514: Reduced from var(--space-xl) to var(--space-md) for less excessive top spacing */
.page-header {
margin-bottom: var(--space-xl);
margin-bottom: var(--space-md);
}
.page-title {

View File

@@ -131,8 +131,9 @@ onUnmounted(() => {
}
/* Page header styles */
/* US-514: Reduced from var(--space-xl) to var(--space-md) for less excessive top spacing */
.page-header {
margin-bottom: var(--space-xl);
margin-bottom: var(--space-md);
}
.page-title {