feat: Neat avatar hover effect for comments
This commit is contained in:
@ -27,6 +27,12 @@ section#comments {
|
|||||||
box-shadow: var(--shadow);
|
box-shadow: var(--shadow);
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
transition: var(--transition);
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
transform: rotate(10deg) scale(1.1);
|
||||||
|
box-shadow: var(--shadow-raised);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.op::after {
|
&.op::after {
|
||||||
|
Reference in New Issue
Block a user