aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/src/components/Comment.vue
diff options
context:
space:
mode:
authorEdward Ly <contact@edward.ly>2024-07-17 16:13:18 -0700
committerEdward Ly <contact@edward.ly>2024-07-17 17:02:13 -0700
commit983f121dc3ad3f915ded3a1a3dd5a7e96bca9abd (patch)
treed5e786646fa9f46baa06c85e5f844c571e1a2f27 /apps/comments/src/components/Comment.vue
parent41356659c067c2f2573a2f4bc47df400289d4b97 (diff)
downloadnextcloud-server-983f121dc3ad3f915ded3a1a3dd5a7e96bca9abd.tar.gz
nextcloud-server-983f121dc3ad3f915ded3a1a3dd5a7e96bca9abd.zip
fix(comments): manually center align submit button in new comment field
Signed-off-by: Edward Ly <contact@edward.ly>
Diffstat (limited to 'apps/comments/src/components/Comment.vue')
-rw-r--r--apps/comments/src/components/Comment.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/src/components/Comment.vue b/apps/comments/src/components/Comment.vue
index 29711ad687d..6a02bcd8c6a 100644
--- a/apps/comments/src/components/Comment.vue
+++ b/apps/comments/src/components/Comment.vue
@@ -345,7 +345,7 @@ $comment-padding: 10px;
&__submit {
position: absolute !important;
- bottom: 0;
+ bottom: 5px;
right: 0;
}