[main] Images images images
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 48s

This commit is contained in:
2024-12-30 22:43:08 +01:00
parent 5ad5e527a7
commit 15bda3d3d5
4 changed files with 19 additions and 4 deletions

View File

@@ -2166,9 +2166,16 @@ button:disabled,
.mini-posts article .image {
display: block;
margin: 0 0 1.5em 0;
width: unset;
}
.mini-posts article .image img {
display: block;
width: unset;
}
.mini-posts article a .fav-image {
display: block;
max-width: 100%; /* Scale down if the container is smaller than the image */
height: auto; /* Maintain aspect ratio */
}
.mini-posts article:first-child {
border-top: 0;