FIX: css shape fix

This commit is contained in:
2025-11-20 22:40:04 +01:00
parent 4bbd92920e
commit 9234986b6f

View File

@@ -51,7 +51,9 @@ body {
flex-wrap: wrap;
gap: 10px;
padding: 12px;
min-height: 152px;
justify-content: space-between;
align-content: space-between;
}
.shape {
@@ -87,7 +89,7 @@ body {
#shape-diamond {
height: 48px;
width: 48px;
transform: rotate(45deg) translateX(15px);
transform: rotate(45deg) translate(3px, -16px);
border-radius: 4px;
}
@@ -171,7 +173,7 @@ body {
display: flex;
justify-content: center;
gap: 12px;
padding: 0;
padding: 6px;
}
.zoom-wrapper button {