1
Fork 0

add t flag

This commit is contained in:
ashley 2024-08-31 11:22:01 +00:00
parent 2bfdb92de1
commit f97b582260

View file

@ -166,11 +166,18 @@ border-radius: 10px;
left: 0;
width: 0%;
height: 100%;
background-color: purple;
background-image: linear-gradient(to right,
#55CDFC,
#F7A8B8,
#FFFFFF,
#F7A8B8,
#55CDFC
);
transition: width 0.5s ease-in-out;
}
.comments-area .thumb {
margin-right: 20px;
}