Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 15 additions & 7 deletions apps/comments/src/components/Comment.vue
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ $comment-padding: 10px;

&__submit {
position: absolute !important;
right: 0;
bottom: 0;
right: 10px;
bottom: 5px;
// Align with input border
margin: 1px;
}
Expand All @@ -332,12 +332,20 @@ $comment-padding: 10px;
overflow: visible;
}
}
}

.rich-contenteditable__input {
min-height: 44px;
margin: 0;
padding: $comment-padding;
div.rich-contenteditable__input {
padding: 8px 35px 8px 8px;
min-height: 69px;
margin: 0;
position: relative;
}

div.rich-contenteditable__input:before {
width: calc(100% - 40px);
top: 10px;
left: 10px;
}

}

</style>
4 changes: 2 additions & 2 deletions dist/comments-comments-app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/comments-comments-app.js.map

Large diffs are not rendered by default.