feat: Neat avatar hover effect for comments

This commit is contained in:
daudix-UFO
2023-12-18 02:18:05 +03:00
parent 8ae9a4d94f
commit dc27e38692

View File

@ -27,6 +27,12 @@ section#comments {
box-shadow: var(--shadow);
height: 100%;
width: 100%;
transition: var(--transition);
&:hover {
transform: rotate(10deg) scale(1.1);
box-shadow: var(--shadow-raised);
}
}
&.op::after {