Adjust hover transition of history blobs

This commit is contained in:
Oliver Traber 2022-01-15 13:22:42 +01:00
parent 1f995d05fe
commit 0c45e69dc6
Signed by: Bluemedia
GPG key ID: C7BA47275B086E2C

View file

@ -37,10 +37,11 @@ export default {
height: 20px; height: 20px;
margin: 0; margin: 0;
border-radius: 50rem; border-radius: 50rem;
--hover-scale: 1.5; --hover-scale: 1.3;
} }
.blob:hover { .blob:hover {
transform: scale(var(--hover-scale)); transform: scale(var(--hover-scale));
transition-duration: 100ms;
} }
.green { .green {
background-color: var(--green); background-color: var(--green);