Added remaining options and fixed secure loading of dice models

This commit is contained in:
WBHarry 2025-07-26 03:45:16 +02:00
parent dddee78356
commit c6e7b319b2
11 changed files with 167 additions and 100 deletions

View file

@ -443,6 +443,10 @@
}
.field-section {
display: flex;
flex-direction: column;
gap: 10px;
.split-section {
display: grid;
grid-template-columns: 1fr 1fr;
@ -455,9 +459,18 @@
grid-template-columns: 1fr 1fr;
gap: 10px;
&.full-width {
grid-template-columns: 1fr 1fr 1fr 1fr;
select {
grid-column: span 3;
}
}
label {
align-self: center;
text-align: center;
white-space: nowrap;
}
}
}