From 702cf518df8c174e17a23696326749f5553f8267 Mon Sep 17 00:00:00 2001 From: xomf Date: Sat, 30 Mar 2024 14:18:47 -0400 Subject: [PATCH] i hate firefox (for things that are entirely my fault) --- static/css/index.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/static/css/index.css b/static/css/index.css index 3be413e..e3049f6 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -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; -} +} \ No newline at end of file