From 66ef433a7bbb927ef6b829200d25876034b9e759 Mon Sep 17 00:00:00 2001 From: Kurt Lourens Date: Wed, 2 Oct 2024 20:51:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=202.0.16?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/components/monster/MonsterLocationRow.astro | 6 +++++- src/pages/[locale]/monsters/_id.scss | 6 ++---- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index ca4e03c9e..4df13580b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cassette-beasts-extract", - "version": "2.0.15", + "version": "2.0.16", "description": "Website generated from data & images extracted from the Cassette Beasts", "scripts": { "dev": "astro dev", diff --git a/src/components/monster/MonsterLocationRow.astro b/src/components/monster/MonsterLocationRow.astro index 5f232ac46..2f69419b7 100644 --- a/src/components/monster/MonsterLocationRow.astro +++ b/src/components/monster/MonsterLocationRow.astro @@ -20,7 +20,11 @@ if (data.habitat_coords.length > 0) { - + { + data.overworldSprite != null && ( + + ) + } { diff --git a/src/pages/[locale]/monsters/_id.scss b/src/pages/[locale]/monsters/_id.scss index 9cf90e3c6..f7a1f3d1f 100644 --- a/src/pages/[locale]/monsters/_id.scss +++ b/src/pages/[locale]/monsters/_id.scss @@ -192,10 +192,8 @@ text-align: center; img { - height: auto; - max-height: 3em; - min-width: 1.5rem; - // margin: 0 auto; + width: auto; + height: 2.5rem; } }