mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
19 lines
361 B
CSS
19 lines
361 B
CSS
.new-comment a.fa.fa-brands.fa-markdown,
|
|
.inlined-form a.fa.fa-brands.fa-markdown {
|
|
float: right;
|
|
position: absolute;
|
|
top: -20px;
|
|
right: 60px;
|
|
}
|
|
.new-comment a.fa.fa-copy,
|
|
.inlined-form a.fa.fa-copy {
|
|
float: right;
|
|
position: absolute;
|
|
top: -20px;
|
|
right: 6px;
|
|
}
|
|
.js-inlined-form.viewer.btn-sm {
|
|
position: absolute;
|
|
top: 20px;
|
|
right: 6px;
|
|
}
|