diff options
author | Edward Ly <contact@edward.ly> | 2024-07-17 16:13:18 -0700 |
---|---|---|
committer | Edward Ly <contact@edward.ly> | 2024-07-17 17:02:13 -0700 |
commit | 983f121dc3ad3f915ded3a1a3dd5a7e96bca9abd (patch) | |
tree | d5e786646fa9f46baa06c85e5f844c571e1a2f27 /apps/comments/src/components/Comment.vue | |
parent | 41356659c067c2f2573a2f4bc47df400289d4b97 (diff) | |
download | nextcloud-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.vue | 2 |
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; } |