mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Added more code to handle loadouts
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user