feat(ui-fixes-phase6): Complete US-705 - Reducere Padding și Margin Top Excesiv

Implemented by Ralph autonomous loop.
Iteration: 5

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Claude Agent
2026-01-13 22:39:06 +00:00
parent e47e8956e0
commit 0868fc4ea3
4 changed files with 16 additions and 7 deletions

View File

@@ -1025,10 +1025,11 @@ onUnmounted(() => {
US-603: Desktop Tabs (Clienți/Furnizori)
================================================ */
/* US-705: Reduced margin-top from var(--space-md) to var(--space-sm) for less excessive top spacing */
.desktop-tabs {
display: flex;
gap: var(--space-sm);
margin-top: var(--space-md);
margin-top: var(--space-sm);
}
.desktop-tab {
@@ -1076,9 +1077,9 @@ onUnmounted(() => {
}
/* Page Header - Desktop only */
/* US-514: Reduced from var(--space-xl) to var(--space-md) for less excessive top spacing */
/* US-705: Reduced from var(--space-md) to var(--space-sm) for less excessive top spacing */
.page-header {
margin-bottom: var(--space-md);
margin-bottom: var(--space-sm);
}
.page-title {