Small Images

This commit is contained in:
Bingus_Violet 2024-01-29 18:48:42 -06:00
parent bc4b82965b
commit d5fb040151
2 changed files with 46 additions and 13 deletions

View file

@ -107,6 +107,16 @@ a {
object-fit: cover;
}
.activity > .smallimg {
width: 64px;
height: 64px;
position: absolute;
bottom: 0px;
border-top-right-radius: 15px;
/* border-right: 2px gray solid;
border-top: 2px gray solid; */
}
a:hover {
color: white;
transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);