From 1cd49bc2303ffe7bba7bf7b1232586faa79a0383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?s=C3=B8renpeter?= Date: Sun, 11 Aug 2024 09:46:37 +0200 Subject: [PATCH] fixed wrong link on followin page --- libs/timeline.css | 1 + views/following.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/timeline.css b/libs/timeline.css index 43efc74..edffbb1 100644 --- a/libs/timeline.css +++ b/libs/timeline.css @@ -283,6 +283,7 @@ article .twt-msg > blockquote { article .twt-msg img { margin: 0.25rem -0.25rem; + display: block; } article .twt-msg > img:first-child { diff --git a/views/following.php b/views/following.php index 29f4cd1..6195c65 100644 --- a/views/following.php +++ b/views/following.php @@ -26,7 +26,7 @@ include 'partials/header.php'; - +