cleanup
This commit is contained in:
@@ -107,7 +107,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.desk-item__tags {
|
.desk-item__tags {
|
||||||
--tag-scale: 1;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
@@ -116,7 +115,7 @@
|
|||||||
gap: 0.35rem;
|
gap: 0.35rem;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
transform-origin: top right;
|
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;
|
transition: transform 0.28s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user