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