Merged with main

This commit is contained in:
WBHarry 2025-07-24 19:00:39 +02:00
commit 679edf341e
45 changed files with 1147 additions and 340 deletions

View file

@ -44,7 +44,35 @@
&.duality {
display: flex;
gap: 0.25rem;
> .roll {
background-image: none;
.reroll-button {
border: none;
background: initial;
width: 42px;
&:hover {
background: var(--button-background-color);
border: 1px solid var(--button-border-color);
}
}
}
}
&.rerollable {
.reroll-button {
border: none;
background: initial;
&:hover {
background: var(--button-background-color);
border: 1px solid var(--button-border-color);
}
}
}
// margin: 0;
> .roll {
display: flex;
@ -52,6 +80,7 @@
justify-content: center;
gap: 4px;
margin-bottom: 4px;
.dice-container {
display: flex;
flex-direction: column;

View file

@ -15,6 +15,10 @@
grid-template-columns: 1fr 1fr;
}
}
&.start-align {
align-self: flex-start;
}
}
.setting-group-field {