Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-08-24 17:17:21 +0300
committerMarco Ambrosini <marcoambrosini@pm.me>2020-08-26 12:37:10 +0300
commit6c67396d8f66ce86651d837105607cc1b07b733e (patch)
treea2f439a85f41d908075180b99aa59c47a462156f /src
parentb6d4e2e1104fb84fdf15ab2d5c93ea7b9b618769 (diff)
Don't submit the form and fix participants list layout
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src')
-rw-r--r--src/components/NewMessageForm/NewMessageForm.vue6
-rw-r--r--src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue3
2 files changed, 4 insertions, 5 deletions
diff --git a/src/components/NewMessageForm/NewMessageForm.vue b/src/components/NewMessageForm/NewMessageForm.vue
index 693f5d9e8..44709a76d 100644
--- a/src/components/NewMessageForm/NewMessageForm.vue
+++ b/src/components/NewMessageForm/NewMessageForm.vue
@@ -32,13 +32,15 @@
<div
class="new-message">
<form
- class="new-message-form">
+ class="new-message-form"
+ @submit.prevent>
<div
class="new-message-form__button">
<Actions
default-icon="icon-clip-add-file"
class="new-message-form__button"
- :aria-label="t('spreed', 'Share files to the conversation')">
+ :aria-label="t('spreed', 'Share files to the conversation')"
+ :aria-haspopup="true">
<ActionButton
v-if="canShareAndUploadFiles"
:close-after-click="true"
diff --git a/src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue b/src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue
index 0eded4066..650a64f49 100644
--- a/src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue
+++ b/src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue
@@ -328,9 +328,6 @@ export default {
&__utils {
margin-right: 28px;
}
- &__actions {
- margin-right: 28px;
- }
.callstate-icon {
opacity: .4;