i hate firefox (for things that are entirely my fault)

This commit is contained in:
xomf 2024-03-30 14:18:47 -04:00
parent 7b47b996c0
commit 702cf518df

View File

@ -4,9 +4,11 @@
display: flex;
justify-items: center;
margin-bottom: 10px;
overflow-y: auto;
overflow-x: hidden;
}
.post img {
.post img, .post a {
display: block;
height: 100%;
object-fit: cover;
@ -19,4 +21,4 @@
margin-left: 10px;
text-align: left;
line-height: 10px;
}
}