diff --git a/apps/comments/src/components/Comment.vue b/apps/comments/src/components/Comment.vue index 9301df12a73..e8ae9a88e77 100644 --- a/apps/comments/src/components/Comment.vue +++ b/apps/comments/src/components/Comment.vue @@ -68,26 +68,33 @@ -
- - - - -
+
+
+ +
+ + + +
+
+
+ {{ t('comments', '"@" for mentions, ":" for emoji, "/" for smart picker') }} +
+
@@ -273,7 +280,6 @@ $comment-padding: 10px; .comment { display: flex; gap: 16px; - position: relative; padding: 5px $comment-padding; &__side { @@ -313,12 +319,19 @@ $comment-padding: 10px; color: var(--color-text-maxcontrast); } + &__editor-group { + position: relative; + } + + &__editor-description { + color: var(--color-text-maxcontrast); + padding-block: var(--default-grid-baseline); + } + &__submit { position: absolute !important; - right: 0; bottom: 0; - // Align with input border - margin: 1px; + right: 0; } &__message { diff --git a/apps/comments/src/views/Comments.vue b/apps/comments/src/views/Comments.vue index 00d39539341..93e9031df5a 100644 --- a/apps/comments/src/views/Comments.vue +++ b/apps/comments/src/views/Comments.vue @@ -315,10 +315,13 @@ export default {