- Container behavior for Weapons, Def. Weapons and Armor is now the same as for items

- Fixed some Bugs
This commit is contained in:
Ender
2024-01-21 00:33:31 +01:00
parent 33c65735bd
commit 9da36e6a6f
7 changed files with 324 additions and 196 deletions
+6 -5
View File
@@ -11,30 +11,31 @@
.flexcolumn {
flex-wrap: wrap;
flex-direction: column;
}
.flexcolumn-1 {
flex: 100%;
flex-basis: 100%;
flex-wrap: wrap;
}
.flexcolumn-2 {
flex: 50%;
flex-basis: 50%;
flex-wrap: wrap;
}
.flexcolumn-3 {
flex: 33%;
flex-basis: 33%;
flex-wrap: wrap;
}
.flexcolumn-4 {
flex: 25%;
flex-basis: 25%;
flex-wrap: wrap;
}
.flexcolumn-5 {
flex: 20%;
flex-basis: 20%;
flex-wrap: wrap;
}