aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
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;
}