Merge dice-roller branch

This commit is contained in:
2024-07-26 14:15:51 +02:00
parent 193c097882
commit 803604c1fe
32 changed files with 1458 additions and 34 deletions

View File

@@ -11,7 +11,6 @@
padding-bottom: 3px;
display: flex;
justify-content: flex-end;
flex-direction: column;
justify-content: center;
}
.skillcat-grid-container > div:nth-child(24n+1),
@@ -34,7 +33,6 @@
padding-bottom: 3px;
display: flex;
justify-content: flex-end;
flex-direction: column;
justify-content: center;
background-image: linear-gradient(rgba(0, 0, 0, 0.1) 0 0);
}
@@ -46,6 +44,11 @@
.container {
display: flex;
}
.rm-heading {
font-size: 1em;
font-family: PragRoman;
border-bottom: 0px;
}
.actor-icon {
flex-shrink: 1;
}
@@ -505,6 +508,23 @@
flex-direction: column;
justify-content: center;
}
.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;
}
.sheet form {
display: flex;
flex-direction: column;