CSS changes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
tai
2026-02-03 12:47:30 +01:00
parent b85d0d025d
commit f531bf54af
2 changed files with 6 additions and 1 deletions

View File

@@ -24,12 +24,14 @@ body {
font-family: 'Segoe UI', sans-serif;
font-size: 14px;
font-weight: 500;
}
.budget-page {
padding: 16px 24px;
margin-left: 0;
max-width: unset;
}
.budget-header {
@@ -63,6 +65,7 @@ body {
.menu-container {
position: relative;
}
.month-picker-dropdown select,
@@ -100,7 +103,6 @@ body {
grid-template-columns: repeat(auto-fit, minmax(220px, 300px));
gap: 10px;
align-items: stretch;
}

View File

@@ -155,6 +155,7 @@ body {
position: relative;
z-index: 0;
overflow: visible !important;
}
.main-panel {
@@ -171,6 +172,7 @@ body {
font-size: 16px;
line-height: 1.7;
margin-top: 0;
padding: 5px 5px 0 5px;
position: static !important;
z-index: auto !important;
}
@@ -360,6 +362,7 @@ body {
.main-panel {
position: relative !important;
z-index: 1 !important;
padding: 0 5px 0 5px;
}
.main-nav {