Don't use custom built-in elements because they are not supported in webkit

This commit is contained in:
2024-06-04 15:55:37 -07:00
parent 71f34e930c
commit 71f972142b
6 changed files with 44 additions and 38 deletions

View File

@@ -16,3 +16,8 @@
user-select: none;
font-family: monospace;
}
span {
margin: 0;
font-size: smaller;
}

View File

@@ -1,5 +1,5 @@
span {
font-size: smaller;
font-size: 10px;
font-family: monospace;
margin-right: 1em;
}
@@ -8,18 +8,22 @@ span {
text-align: center;
}
.physical-status-track span {
.physical-status-track damage-block {
margin: 0;
padding: 0;
display: inline-block;
vertical-align: middle;
}
.physical-status-track span[slot="block-number"] {
.physical-status-track damage-block[slot="block-number"] {
font-family: serif;
font-size: unset;
}
.physical-status-track damage-block span {
margin: 0;
}
ul {
margin: 0;
padding: 0;