Fix some issues involving party in observer view (#2067)

This commit is contained in:
Carlos Fernandez 2026-07-06 17:52:43 -04:00 committed by GitHub
parent 4b5550a097
commit 2782b62793
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 189 additions and 146 deletions

View file

@ -42,19 +42,14 @@
}
h1 {
--dh-input-color-border: @color-border;
display: flex;
flex: 1;
padding: 6px 0 0 0;
font-size: var(--font-size-32);
text-align: start;
border: 1px solid transparent;
outline: 2px solid transparent;
transition: all 0.3s ease;
word-break: break-word;
&:hover {
outline: 2px solid light-dark(@dark, @golden);
}
}
.level-div {