lots of layout changes
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2025-08-06 17:45:06 +00:00
parent 803e7185d8
commit 198a83b4c7
7 changed files with 61 additions and 48 deletions

View File

@@ -126,6 +126,11 @@
height: 30px;
}
.loading {
text-align:center;
margin-top:300px;
}
.menu {
display: flex;
flex-direction: column;
@@ -139,7 +144,6 @@
display: flex;
align-items: center;
gap: 10px;
cursor: pointer;
color: white;
transition: color 0.3s;
}
@@ -439,7 +443,7 @@
}
.app-fields .row {
display: block;
display: flex;
justify-content: space-between;
align-items: center;
padding: 5px 20px;