Added more code to handle loadouts

This commit is contained in:
Pax1601
2023-09-24 20:03:21 +02:00
parent 28afef8847
commit 099cbfdf75
17 changed files with 340 additions and 248 deletions

View File

@@ -1,12 +1,12 @@
#database-control-panel {
display: flex;
flex-direction: row;
width: 80%;
}
.dc-scroll-container {
overflow-y: scroll;
max-height: 600px;
width: 300px;
margin: 10px;
color: black;
font-weight: bold;
@@ -27,7 +27,6 @@
}
.dc-content-container {
width: 300px;
margin: 10px;
}
@@ -35,3 +34,12 @@
width: 100%;
font-weight: bold;
}
.dc-loadout-container {
max-height: 200px;
width: 300px;
}
.dc-items-container {
max-height: 200px;
}