Rework organization

This commit is contained in:
2024-07-26 12:52:10 +02:00
parent 115fcc4f18
commit 9148f35b97
93 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
.dice-roller-options {
display: flex;
flex-direction: column;
}
.dice-roller-item {
display: flex;
align-items: center;
margin:5px;
}
.dice-roller-item div {
flex: 1;
}
.roll-button-container {
display: flex;
flex-direction: column;
justify-content: flex-end;
}