mirror of
https://github.com/wekan/wekan.git
synced 2026-02-09 09:44:22 +01:00
18 lines
No EOL
307 B
CSS
18 lines
No EOL
307 B
CSS
.new-comment, .inlined-form {
|
|
a.fa.fa-brands.fa-markdown, a.fa.fa-copy {
|
|
display: flex;
|
|
justify-content: end;
|
|
}
|
|
}
|
|
.editor-controls {
|
|
display: flex;
|
|
justify-content: end;
|
|
grid-area: editor-controls;
|
|
align-items: center;
|
|
align-self: start;
|
|
gap: 1ch;
|
|
}
|
|
|
|
.editor {
|
|
grid-area: editor;
|
|
} |