Add Enemy sheet

This commit is contained in:
2025-05-25 20:43:10 +02:00
parent 57706629e1
commit 7e517bfb12
6 changed files with 54 additions and 22 deletions

View File

@@ -300,9 +300,17 @@
min-width: 1.8rem;
max-width: 1.8rem;
}
.domain {
min-width: 5rem;
max-width: 5rem;
}
.level {
min-width: 3rem;
max-width: 3rem;
}
.name {
min-width: 18rem;
max-width: 18rem;
min-width: 11rem;
max-width: 11rem;
}
.item-img {
width: 24px;

View File

@@ -56,6 +56,7 @@
.item-to-chat {
h2 {
margin-left:10px;
font-family: var(--font-title);
font-size: calc(var(--font-size-standard) * 1.4);
color: var(--title-color);