khaikang/static/generic.css

40 lines
435 B
CSS
Raw Normal View History

2022-11-27 01:34:44 +08:00
.post{
display:flex;
}
.post-content{
flex-direction: row;
}
.timeline-avatar-img{
flex-direction: row;
width:70px;
height:70px;
}
#avatar-img{
2022-11-27 01:34:44 +08:00
width: 150px;
height: 150px;
object-fit: cover;
2022-11-27 01:34:44 +08:00
}
.reply{
filter: grayscale(1);
}
.reply:hover{
filter: grayscale(0);
}
.unchecked{
filter: grayscale(1);
}
.repost:hover{
filter: grayscale(0);
}
.fav:hover{
filter: grayscale(0);
}