Munitions constrained to a scrollable

This commit is contained in:
PeekabooSteam 2023-10-18 13:20:54 +01:00
parent 005ffc55ce
commit 67079e1c0b
2 changed files with 9 additions and 9 deletions

View File

@ -97,14 +97,14 @@
}
#loadout-items {
margin-right: 20px;
align-self: center;
display: flex;
flex-flow: column;
row-gap: 8px;
column-gap: 8px;
max-height: 90px;
flex-wrap: wrap;
display: flex;
flex-flow: column nowrap;
margin-right: 20px;
max-height: 110px;
padding-right:20px;
row-gap: 6px;
}
#loadout-items>* {
@ -122,7 +122,7 @@
display: flex;
font-size: 11px;
font-weight: bold;
padding: 4px 6px;
padding: 3px 4px;
}
#loadout-items>*::after {
@ -137,7 +137,7 @@
#fuel-percentage {
align-items: center;
display: flex;
margin-top: auto;
margin-top: 8px;
}
#fuel-percentage::before {

View File

@ -13,7 +13,7 @@
<div id="loadout">
<img id="loadout-silhouette"/>
<div id="loadout-items">
<div id="loadout-items" class="ol-scrollable">
</div>
</div>