From 6647f25bf88b54a11dfe64af2a56b2819e6c4d5a Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Sat, 29 Jun 2024 11:59:38 +0200 Subject: [PATCH] fix(post mobile): backlinks position was bugged --- src/views/post/post.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/post/post.module.css b/src/views/post/post.module.css index 60aa0c95..faecac10 100644 --- a/src/views/post/post.module.css +++ b/src/views/post/post.module.css @@ -453,6 +453,7 @@ line-height: 2; background-color: var(--reply-backlink-mobile-background-color); border-top: var(--reply-backlink-mobile-border-top); + clear: both; } .highlight {