浏览代码

Merge pull request #5495 from mfilser/master

Editor, Bugfix, copy text is now at each editor (textarea) again
Lauri Ojansivu 10 月之前
父节点
当前提交
6ee0919ead
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      client/components/main/editor.css

+ 4 - 4
client/components/main/editor.css

@@ -2,15 +2,15 @@
 .inlined-form a.fa.fa-brands.fa-markdown {
   float: right;
   position: absolute;
-  top: -20px;
+  top: -10px;
   right: 60px;
 }
 .new-comment a.fa.fa-copy,
 .inlined-form a.fa.fa-copy {
   float: right;
-  position: absolute;
-  top: -20px;
-  right: 6px;
+  position: relative;
+  top: -10px;
+  right: 5px;
 }
 .js-inlined-form.viewer.btn-sm {
   position: absolute;