Merge branch 'master' of https://gitea.zcz.se/Tai/Aberwyn
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user