From bf6e805566cec57fd25643bc0e846c486667f0ec Mon Sep 17 00:00:00 2001 From: Cay Date: Tue, 17 Mar 2026 11:29:09 +0000 Subject: [PATCH] dygfn --- public/css/mine.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/public/css/mine.css b/public/css/mine.css index a63f4e6..27c76ea 100644 --- a/public/css/mine.css +++ b/public/css/mine.css @@ -87,8 +87,8 @@ /* Blauer Kristall / Gems – Bild aus der Datenbank */ .mine-resource-icon-gem { - width: 24px; - height: 24px; + width: 48px; + height: 48px; flex-shrink: 0; display: flex; align-items: center; @@ -96,8 +96,8 @@ } .mine-resource-icon-gem img { - width: 24px; - height: 24px; + width: 48px; + height: 48px; object-fit: contain; filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.7)); display: block; @@ -105,8 +105,8 @@ /* Silbermünze – Bild aus der Datenbank */ .mine-resource-icon-silver { - width: 24px; - height: 24px; + width: 48px; + height: 48px; flex-shrink: 0; display: flex; align-items: center; @@ -114,8 +114,8 @@ } .mine-resource-icon-silver img { - width: 24px; - height: 24px; + width: 48px; + height: 48px; object-fit: contain; filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.7)); display: block; @@ -123,8 +123,8 @@ /* Eisen – Bild aus der Datenbank */ .mine-resource-icon-iron { - width: 24px; - height: 24px; + width: 48px; + height: 48px; flex-shrink: 0; display: flex; align-items: center; @@ -132,8 +132,8 @@ } .mine-resource-icon-iron img { - width: 24px; - height: 24px; + width: 48px; + height: 48px; object-fit: contain; filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.7)); display: block;