Before PR

This commit is contained in:
Dapoolp 2025-06-13 23:23:32 +02:00
parent c7c6458202
commit e7c829299a
4 changed files with 138 additions and 325 deletions

View file

@ -1,5 +1,5 @@
.chat-message {
.duality-modifiers, .duality-result, .dice-title, .duality-modifier {
.duality-modifiers, .duality-result, .dice-title {
display: none;
}
}
@ -426,30 +426,24 @@
justify-content: end;
margin-top: -20px;
}
.duality-action {
> * {
display: flex;
color: var(--color-light-1);
text-shadow: 0 0 1px black;
font-weight: bold;
background: var(--color-dark-1);
padding: 4px;
border-radius: 0 6px 0 0;
border-color: black;
min-height: unset;
height: 26px;
margin-left: -8px;
flex: unset;
margin: 0;
}
.duality-action {
border-radius: 0 6px 0 0;
margin-left: -8px;
}
.duality-result {
display: flex;
flex-direction: column;
align-items: end;
justify-content: center;
gap: 2px;
color: var(--color-light-1);
text-shadow: 0 0 1px black;
font-weight: bold;
background: var(--color-dark-1);
padding: 4px 4px 0 4px;
border-radius: 6px 0 0 0;
margin-right: -8px;
}