mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-16 17:00:02 -05:00
visual bug fixes
This commit is contained in:
parent
503bc5091a
commit
640b07fae7
|
|
@ -66,7 +66,7 @@ const BuildFilters: React.FC<Props> = ({ filters, dispatch }) => {
|
|||
isRound
|
||||
/>
|
||||
{/* FIXME: duplicate image bug */}
|
||||
<Box mx={2} mt={1}>
|
||||
<Box mx={2} mt={2}>
|
||||
<AbilityIcon ability={filter.ability} size="TINY" />
|
||||
</Box>
|
||||
{isMainAbility(filter.ability) ? (
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ const BuildsPage = () => {
|
|||
excludeAlt
|
||||
isHeader
|
||||
/>
|
||||
{state.weapon && data.length > 0 && (
|
||||
{state.weapon && (data.length > 0 || hiddenBuildCount > 0) && (
|
||||
<>
|
||||
<Box mt={4} pr={3} mb="-5rem">
|
||||
<WeaponImage name={state.weapon} size={128} />
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user