better img support for activities
This commit is contained in:
parent
effbcc34da
commit
5a8e1e8db2
2 changed files with 10 additions and 0 deletions
|
@ -80,6 +80,13 @@ a {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.activity > img {
|
||||
width: 128px;
|
||||
height: 128px;
|
||||
aspect-ratio: 1/1;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: white;
|
||||
transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue