Skip to content

Commit

Permalink
fix(styles): new message form input
Browse files Browse the repository at this point in the history
Signed-off-by: Dmtriy Orlov <d.orlov777@gmail.com>
  • Loading branch information
dijeth committed Jun 23, 2023
1 parent d18f888 commit d6479be
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/components/NewMessage/NewMessage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -803,9 +803,17 @@ export default {
.wrapper {
padding: 12px 0;
min-height: 69px;
}

.new-message-form {
align-items: flex-end;
display: flex;
position: relative;
max-width: 700px;
margin: 0 auto;

// Override NcRichContenteditable styles
& .new-message-form__richContenteditable {
& &__richContenteditable {
border: 1px solid var(--color-border-dark);
border-radius: calc(var(--default-clickable-area) / 2);
padding: 8px 16px 8px 44px;
Expand All @@ -817,14 +825,6 @@ export default {
border: 1px solid var(--color-primary-element);
}
}
}

.new-message-form {
align-items: flex-end;
display: flex;
position: relative;
max-width: 700px;
margin: 0 auto;

&__emoji-picker {
position: absolute;
Expand Down

0 comments on commit d6479be

Please sign in to comment.