From 3cc10c77f99db344d0af3d6d862eb05c909fbf2c Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 1 Dec 2023 13:49:59 +0200 Subject: [PATCH] Fixed Markdown and copy buttons on top of text. Thanks to mueller-ma and xet7 ! Fixes #5230 --- client/components/main/editor.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/client/components/main/editor.css b/client/components/main/editor.css index 80ce1d310..2d658fb7d 100644 --- a/client/components/main/editor.css +++ b/client/components/main/editor.css @@ -1,15 +1,15 @@ .new-comment a.fa.fa-brands.fa-markdown, .inlined-form a.fa.fa-brands.fa-markdown { float: right; - position: relative; - top: 20px; - right: 56px; + position: absolute; + top: -20px; + right: 60px; } .new-comment a.fa.fa-copy, .inlined-form a.fa.fa-copy { float: right; - position: relative; - top: 20px; + position: absolute; + top: -20px; right: 6px; } .js-inlined-form.viewer.btn-sm {