aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2024-07-23 09:46:33 +0200
committerGitHub <noreply@github.com>2024-07-23 09:46:33 +0200
commitf58a88b11c7fdadaa1296d7e26c70dbc99d80869 (patch)
tree3e2a6227e1402e8252d0a7309db1c53dcf8d0fbb /apps
parentee6f85788910b8f5530c1ea0a120d3405e9d119d (diff)
parent2e31b28c4d2b2a53f293b2542ed4b110268af30e (diff)
downloadnextcloud-server-f58a88b11c7fdadaa1296d7e26c70dbc99d80869.tar.gz
nextcloud-server-f58a88b11c7fdadaa1296d7e26c70dbc99d80869.zip
Merge pull request #46595 from nextcloud/fix/comments/align-submit-button
fix(comments): center align submit button in new comment field
Diffstat (limited to 'apps')
-rw-r--r--apps/comments/appinfo/info.xml2
-rw-r--r--apps/comments/src/components/Comment.vue2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/appinfo/info.xml b/apps/comments/appinfo/info.xml
index e9134c03671..d2492cb15b4 100644
--- a/apps/comments/appinfo/info.xml
+++ b/apps/comments/appinfo/info.xml
@@ -10,7 +10,7 @@
<name>Comments</name>
<summary>Files app plugin to add comments to files</summary>
<description>Files app plugin to add comments to files</description>
- <version>1.20.0</version>
+ <version>1.20.1</version>
<licence>agpl</licence>
<author>Arthur Schiwon</author>
<author>Vincent Petry</author>
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;
}