mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-21 22:58:05 +00:00
🐛 修复旅行者角色卡角色图片显示不全问题
This commit is contained in:
parent
b122d840f5
commit
4076ae143d
@ -42,8 +42,8 @@
|
||||
<div class="relative mb-4 overflow-hidden">
|
||||
<!-- Character Background -->
|
||||
<div
|
||||
class="absolute w-full h-full -left-1/4 top-8 opacity-80 bg-cover bg-no-repeat bg-center"
|
||||
style="background-image: url('{{ character.image.banner.url }}');"
|
||||
class="absolute w-full h-full -left-1/4 opacity-80 bg-no-repeat bg-center"
|
||||
style="background-image: url('{{ character.image.banner.url }}'); background-size: auto 100%;"
|
||||
></div>
|
||||
<div class="relative w-full flex p-5 space-x-8">
|
||||
{% include 'genshin/player_card/constellations.html' %}
|
||||
|
Loading…
Reference in New Issue
Block a user