Skip to content
Snippets Groups Projects
Commit dfd131b9 authored by Lars Wächter's avatar Lars Wächter
Browse files

Improve comment input style

parent 597f41ab
No related merge requests found
......@@ -19,6 +19,12 @@ app-comment-list {
color: var(--on-surface);
caret-color: var(--on-surface);
-webkit-appearance: textarea;
min-height: 50px;
cursor: text;
&:focus {
outline: none;
}
}
.send {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment