Skip to content

Commit

Permalink
Merge pull request #46595 from nextcloud/fix/comments/align-submit-bu…
Browse files Browse the repository at this point in the history
…tton

fix(comments): center align submit button in new comment field
  • Loading branch information
marcelklehr authored Jul 23, 2024
2 parents ee6f857 + 2e31b28 commit f58a88b
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion apps/comments/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion apps/comments/src/components/Comment.vue
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ $comment-padding: 10px;
&__submit {
position: absolute !important;
bottom: 0;
bottom: 5px;
right: 0;
}
Expand Down
4 changes: 2 additions & 2 deletions dist/7462-7462.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/7462-7462.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/comments-comments-app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/comments-comments-app.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/comments-comments-tab.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/comments-comments-tab.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit f58a88b

Please sign in to comment.