From 13eb1a58e06af02361702e6cbcad021dcf6dfa65 Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Sat, 25 May 2024 14:50:14 +0200 Subject: [PATCH] Editor, migrate to markdown at same line than copy text icon --- client/components/main/editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/main/editor.css b/client/components/main/editor.css index f50fb9ddc..ac832de59 100644 --- a/client/components/main/editor.css +++ b/client/components/main/editor.css @@ -2,7 +2,7 @@ .inlined-form a.fa.fa-brands.fa-markdown { float: right; position: absolute; - top: -20px; + top: -10px; right: 60px; } .new-comment a.fa.fa-copy,