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
diff options
context:
space:
mode:
authormarco <marcoambrosini@pm.me>2022-05-02 17:08:44 +0300
committermarco <marcoambrosini@pm.me>2022-05-02 17:08:44 +0300
commita50a7606f120eaa62d19e66e7dfdcce20204e3d0 (patch)
treef19eff47fdde36001ed74f278c60fbf77cd4c288
parentd255a6d4b242c60ffb47429c0a868416804b6f65 (diff)
Signed-off-by: marco <marcoambrosini@pm.me>
-rw-r--r--src/views/RoomSelector.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/views/RoomSelector.vue b/src/views/RoomSelector.vue
index 7522949df..b50eed67f 100644
--- a/src/views/RoomSelector.vue
+++ b/src/views/RoomSelector.vue
@@ -21,7 +21,7 @@
-->
<template>
- <Modal size="small"
+ <Modal size="normal"
:container="container"
@close="close">
<div id="modal-inner" class="talk-modal" :class="{ 'icon-loading': loading }">
@@ -180,6 +180,7 @@ export default {
display: flex;
align-items: center;
justify-content: center;
+ height: 100%;
h2 {
margin-bottom: 4px;
}