diff --git a/views/DashboardView.php b/views/DashboardView.php index e91c72d..1ee3cf1 100644 --- a/views/DashboardView.php +++ b/views/DashboardView.php @@ -30,12 +30,13 @@ .user-header { background: var(--header-bg, #2c3e50); padding: 0.5rem 1rem; + margin-right: 60px; /* Space for theme toggle */ + margin-left: 50px; /* Space for hamburger menu */ color: var(--header-text, white); display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--border-color, #ddd); - max-width: 100%; box-sizing: border-box; } body.light-mode .user-header { diff --git a/views/TicketView.php b/views/TicketView.php index 866fd40..bc07450 100644 --- a/views/TicketView.php +++ b/views/TicketView.php @@ -44,12 +44,13 @@ .user-header { background: var(--header-bg, #2c3e50); padding: 0.5rem 1rem; + margin-right: 60px; /* Space for theme toggle */ + margin-left: 50px; /* Space for hamburger menu */ color: var(--header-text, white); display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--border-color, #ddd); - max-width: 100%; box-sizing: border-box; } body.light-mode .user-header {