| @@ -840,7 +840,7 @@ body:not(.show-awoken-count):not(.solo) .formation-box .team-badge | |||||
| text-align: center; | text-align: center; | ||||
| width: var(--head-block-width); | width: var(--head-block-width); | ||||
| height: var(--head-block-height); | height: var(--head-block-height); | ||||
| display: inline flex; | |||||
| display: inline-flex; | |||||
| flex-direction: column; | flex-direction: column; | ||||
| justify-content: center; | justify-content: center; | ||||
| } | } | ||||
| @@ -1815,7 +1815,7 @@ icon.inflicts::after | |||||
| background-color: #00000044; | background-color: #00000044; | ||||
| border-radius: 6px; | border-radius: 6px; | ||||
| box-shadow: inset black 0 0 3px; | box-shadow: inset black 0 0 3px; | ||||
| display: inline grid; | |||||
| display: inline-grid; | |||||
| vertical-align: bottom; | vertical-align: bottom; | ||||
| grid-gap: 0; | grid-gap: 0; | ||||
| } | } | ||||
| @@ -2229,14 +2229,14 @@ icon.inflicts::after | |||||
| vertical-align: top; | vertical-align: top; | ||||
| } | } | ||||
| .row-mon-super-awoken::before { | .row-mon-super-awoken::before { | ||||
| content: "+"; | |||||
| /* content: "+"; */ | |||||
| vertical-align: top; | vertical-align: top; | ||||
| } | } | ||||
| .row-mon-awoken .awoken-ul, | .row-mon-awoken .awoken-ul, | ||||
| .row-mon-super-awoken .awoken-ul | .row-mon-super-awoken .awoken-ul | ||||
| { | { | ||||
| grid-template-columns: repeat(10, 32px); | grid-template-columns: repeat(10, 32px); | ||||
| display: inline grid; | |||||
| display: inline-grid; | |||||
| vertical-align: bottom; | vertical-align: bottom; | ||||
| } | } | ||||
| .row-mon-awoken .awoken-count-num, | .row-mon-awoken .awoken-count-num, | ||||