Adjust skin image dimensions in style.css by reducing height to 280px and increasing padding to 1rem for improved layout consistency.

This commit is contained in:
Bram Suurd
2025-06-29 22:58:18 +02:00
parent 199a090e8c
commit 742e753e70

View File

@@ -473,20 +473,12 @@ body {
.skin-item .skin-image {
width: 100%;
height: 300px;
height: 280px;
object-fit: contain;
background: linear-gradient(145deg, #333, #222);
padding: 0.5rem;
padding: 1rem;
display: block;
box-sizing: border-box;
transform: scale(1.6);
transform-origin: center;
transition: opacity 0.3s ease;
}
.skin-item .skin-image[data-loading="true"] {
opacity: 0.6;
background: linear-gradient(145deg, #444, #333);
}
.skin-name {