Browse Source

Merge pull request #46595 from nextcloud/fix/comments/align-submit-button

fix(comments): center align submit button in new comment field
pull/46685/head
Marcel Klehr 2 years ago
committed by GitHub
parent
commit
f58a88b11c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      apps/comments/appinfo/info.xml
  2. 2
      apps/comments/src/components/Comment.vue
  3. 4
      dist/7462-7462.js
  4. 2
      dist/7462-7462.js.map
  5. 4
      dist/comments-comments-app.js
  6. 2
      dist/comments-comments-app.js.map
  7. 4
      dist/comments-comments-tab.js
  8. 2
      dist/comments-comments-tab.js.map
  9. 4
      dist/files_sharing-additionalScripts.js
  10. 2
      dist/files_sharing-additionalScripts.js.map

2
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>

2
apps/comments/src/components/Comment.vue

@ -345,7 +345,7 @@ $comment-padding: 10px;
&__submit {
position: absolute !important;
bottom: 0;
bottom: 5px;
right: 0;
}

4
dist/7462-7462.js
File diff suppressed because it is too large
View File

2
dist/7462-7462.js.map
File diff suppressed because it is too large
View File

4
dist/comments-comments-app.js
File diff suppressed because it is too large
View File

2
dist/comments-comments-app.js.map
File diff suppressed because it is too large
View File

4
dist/comments-comments-tab.js
File diff suppressed because it is too large
View File

2
dist/comments-comments-tab.js.map
File diff suppressed because it is too large
View File

4
dist/files_sharing-additionalScripts.js
File diff suppressed because it is too large
View File

2
dist/files_sharing-additionalScripts.js.map
File diff suppressed because it is too large
View File

Loading…
Cancel
Save