This commit is contained in:
2026-01-24 03:03:40 +01:00
parent e5d841caf9
commit 86781c18f7
2 changed files with 4 additions and 4 deletions

View File

@@ -53,10 +53,10 @@
width: auto;
max-width: 320px;
object-fit: contain;
border-radius: 16px;
background: #fff;
border: 1px solid var(--line);
box-shadow: 0 12px 28px rgba(16, 16, 24, 0.12);
border-radius: 0;
background: transparent;
border: none;
box-shadow: none;
}
.mm-kicker {