This commit is contained in:
2026-07-09 21:33:33 +02:00
commit 84a2a365f3
2364 changed files with 950134 additions and 0 deletions
@@ -0,0 +1,22 @@
#root-party-unit {
flex-direction: row;
flex-grow: 0;
align-items: flex-start;
flex-shrink: 0;
align-self: flex-start;
}
#status-row {
margin-left: 2px;
margin-right: 2px;
margin-top: 2px;
margin-bottom: 2px;
flex-direction: row;
}
#status-row > .status {
margin-left: 1px;
margin-right: 1px;
margin-top: 1px;
margin-bottom: 1px;
}