This commit is contained in:
2025-11-07 22:44:55 +01:00
parent 08cf8bd50f
commit 8dd6be2a5d
+1 -2
View File
@@ -107,7 +107,6 @@
}
.desk-item__tags {
--tag-scale: 1;
position: absolute;
top: 0;
right: 0;
@@ -116,7 +115,7 @@
gap: 0.35rem;
align-items: flex-end;
transform-origin: top right;
transform: scale(var(--tag-scale)) translate(-0.5em, 0.5em);
transform: translate(-0.5em, 0.5em);
transition: transform 0.28s ease;
}