This commit is contained in:
Cay 2026-03-17 11:29:09 +00:00
parent 1a7288a3c8
commit bf6e805566

View File

@ -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;