No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
align-items: center; | align-items: center; | ||
flex-direction: column; | flex-direction: column; | ||
border: 1px solid #2c2c2c; | |||
} | } | ||
.movedata-iconsbox { | .movedata-iconsbox { |
Latest revision as of 13:57, 27 May 2023
.movedata-box { display: flex; flex-wrap: wrap; overflow-x: auto; background-color: #121212; border: 1px solid #2C2C2C } .movedata-iconscol { display: flex; flex:2; flex-grow: 1; text-align: center; padding: 10px; justify-content: flex-start; align-items: center; flex-direction: column; border: 1px solid #2c2c2c; } .movedata-iconsbox { display:flex; flex-wrap:wrap; justify-content: center; } .movedata-datacol { flex:8; flex-grow: 9; min-width: 320px; } .movedata-datatable { display: table; text-align: center; border-collapse: collapse; border-style: hidden; margin: 0em; width: 100%; overflow-x: auto; } .movehitbox, .hitboxCaption { display: none; }