Skip to content

Commit

Permalink
omegastrikers
Browse files Browse the repository at this point in the history
  • Loading branch information
mbergen authored Oct 21, 2024
1 parent 565c86c commit 255c5a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/match2/wikis/omegastrikers/match_summary.lua
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,12 @@ function Striker:_opponentStrikerDisplay(strikerData, numberOfStrikers, flip, da
for index = 1, numberOfStrikers do
local strikerDisplay = mw.html.create('div')
:addClass('brkts-popup-side-color-' .. (flip and 'red' or 'blue'))
:addClass('brkts-champion-icon')
:css('float', flip and 'right' or 'left')
:node(CharacterIcon.Icon{
character = strikerData[index] or NO_CHARACTER,
class = 'brkts-champion-icon',
date = date,
size = '48px',
})
if index == 1 then
strikerDisplay:css('padding-left', '2px')
Expand Down

0 comments on commit 255c5a7

Please sign in to comment.