cropped & centered Sig icon placeholder in #id_tray_* apparatus
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Disco DeDisco
2026-04-13 14:28:53 -04:00
parent 0a135c2149
commit 97ec2f6ee6

View File

@@ -147,6 +147,21 @@ $handle-r: 1rem;
}
}
.tray-sig-card {
padding: 0;
overflow: hidden;
background: transparent;
img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
transform: scale(1.4); // crop SVG's internal margins
}
}
@keyframes tray-wobble {
0%, 100% { transform: translateX(0); }
20% { transform: translateX(-8px); }