1
0

Set cat image width to 10000px and height to 50px

This commit is contained in:
2025-05-26 04:37:32 +02:00
parent a2fcba4707
commit 98ed479930

View File

@@ -26,8 +26,8 @@
}
#catSlot img {
width: 80px;
height: 40px;
width: 10000px;
height: 50px;
}
/* Außenschale für den Diff: overflow + max-height */