mirror of
https://github.com/wekan/wekan.git
synced 2026-02-09 17:54:21 +01:00
Resolve merge conflicts by accepting PR #6131 changes
Co-authored-by: xet7 <15545+xet7@users.noreply.github.com>
This commit is contained in:
parent
dc0b68ee80
commit
97dd5d2064
257 changed files with 9483 additions and 14103 deletions
|
|
@ -1,19 +1,18 @@
|
|||
.new-comment a.fa.fa-brands.fa-markdown,
|
||||
.inlined-form a.fa.fa-brands.fa-markdown {
|
||||
float: right;
|
||||
position: absolute;
|
||||
top: -10px;
|
||||
right: 60px;
|
||||
.new-comment, .inlined-form {
|
||||
a.fa.fa-brands.fa-markdown, a.fa.fa-copy {
|
||||
display: flex;
|
||||
justify-content: end;
|
||||
}
|
||||
}
|
||||
.new-comment a.fa.fa-copy,
|
||||
.inlined-form a.fa.fa-copy {
|
||||
float: right;
|
||||
position: relative;
|
||||
top: -10px;
|
||||
right: 5px;
|
||||
}
|
||||
.js-inlined-form.viewer.btn-sm {
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
right: 6px;
|
||||
.editor-controls {
|
||||
display: flex;
|
||||
justify-content: end;
|
||||
grid-area: editor-controls;
|
||||
align-items: center;
|
||||
align-self: start;
|
||||
gap: 1ch;
|
||||
}
|
||||
|
||||
.editor {
|
||||
grid-area: editor;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue