mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix: role icon size if the game is a remake
This commit is contained in:
parent
06670c573e
commit
482d22b406
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
||||||
class="w-10 h-10 bg-center bg-cover"
|
class="w-10 h-10 bg-center bg-cover"
|
||||||
:style="{backgroundImage: `url(${require('@/assets/img/roles/' + data.role + '.png')})`}"
|
:style="{backgroundImage: `url(${require('@/assets/img/roles/' + data.role + '.png')})`}"
|
||||||
></div>
|
></div>
|
||||||
<span class="text-xs text-teal-500 font-extrabold">LVL {{ data.level }}</span>
|
<div class="w-10 text-center text-xs text-teal-500 font-extrabold">LVL {{ data.level }}</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="ml-2 w-16 h-16 crop-champion bg-blue-1000 rounded-lg mb-2px sm:mb-0 sm:mr-2px"
|
class="ml-2 w-16 h-16 crop-champion bg-blue-1000 rounded-lg mb-2px sm:mb-0 sm:mr-2px"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue