mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-29 13:48:51 +01:00
overhaul: migrated to tailwind css for css management, consolidated custom css, removed inline css, removed unneeded css, and otherwise improved page styling
This commit is contained in:
parent
f1e21873e7
commit
b994978f60
81 changed files with 15784 additions and 2936 deletions
|
|
@ -193,7 +193,7 @@
|
|||
<div class="card-detail-header">
|
||||
<!-- Card Image (no hover on detail page) -->
|
||||
<div class="card-image-large">
|
||||
<img src="https://api.scryfall.com/cards/named?fuzzy={{ card.name|urlencode }}&format=image&version=normal"
|
||||
<img src="{{ card.name|card_image('normal') }}"
|
||||
alt="{{ card.name }}"
|
||||
loading="lazy"
|
||||
onerror="this.style.display='none'; this.nextElementSibling.style.display='flex';">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue