This commit is contained in:
Your Name
2026-06-02 18:33:25 +08:00
parent 62f74888f3
commit 15e9c486f9
11 changed files with 731 additions and 674 deletions
@@ -58,7 +58,7 @@ function onImageError() {
top: 0;
width: 100%;
height: 100%;
font-size: calc(var(--tile-emoji-size, 48px) * 0.76);
font-size: calc(var(--tile-emoji-size, 48px) * 0.6);
}
.food-tile-icon--tile .food-tile-icon__emoji,
@@ -66,8 +66,8 @@ function onImageError() {
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 70%;
height: 70%;
width: 58%;
height: 58%;
z-index: 2;
}