Skip to content

Commit

Permalink
chore: minor fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
  • Loading branch information
Antreesy committed Feb 5, 2024
1 parent 4c0f840 commit da526f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/components/LeftSidebar/LeftSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@
<!-- All open conversations list -->
<OpenConversationsList ref="openConversationsList" />

<!-- New Conversation dialog-->
<!-- New Conversation dialog -->
<NewConversationDialog ref="newConversationDialog" :can-moderate-sip-dial-out="canModerateSipDialOut" />

<!-- New Conversation dialog-->
<!-- New phone (SIP dial-out) dialog -->
<CallPhoneDialog ref="callPhoneDialog" />

<!-- New Pending Invitations dialog -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!--
- @copyright Copyright (c) 2023
- @copyright Copyright (c) 2023 Dorra Jaouad <dorra.jaoued1@gmail.com>
-
- @author Dorra Jaouad <dorra.jaoued1@gmail.com>
- @license GNU AGPL version 3 or any later version
-
- This program is free software: you can redistribute it and/or modify
Expand Down
6 changes: 0 additions & 6 deletions src/components/RoomSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -208,12 +208,6 @@ export default {
height: 700px;
}

/* FIXME: remove after https://github.com/nextcloud-libraries/nextcloud-vue/pull/4350 regression is solved */
/* Force modal close button to be above modal content */
:deep(.modal-container__close) {
z-index: 1;
}

.talk-modal {
height: 80vh;
}
Expand Down

0 comments on commit da526f0

Please sign in to comment.