Fixed Markdown and copy buttons on top of text.

Thanks to mueller-ma and xet7 !

Fixes #5230
This commit is contained in:
Lauri Ojansivu 2023-12-01 13:49:59 +02:00
parent a727f8a62c
commit 3cc10c77f9

View file

@ -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 {