mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-03-11 00:44:27 +00:00
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:
@@ -473,20 +473,12 @@ body {
|
|||||||
|
|
||||||
.skin-item .skin-image {
|
.skin-item .skin-image {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 300px;
|
height: 280px;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
background: linear-gradient(145deg, #333, #222);
|
background: linear-gradient(145deg, #333, #222);
|
||||||
padding: 0.5rem;
|
padding: 1rem;
|
||||||
display: block;
|
display: block;
|
||||||
box-sizing: border-box;
|
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 {
|
.skin-name {
|
||||||
|
|||||||
Reference in New Issue
Block a user