Don't use custom built-in elements because they are not supported in webkit
This commit is contained in:
@@ -16,3 +16,8 @@
|
||||
user-select: none;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
span {
|
||||
margin: 0;
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user