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:
Diffstat (limited to 'src/components/LeftSidebar/NewGroupConversation/NewGroupConversation.vue')
-rw-r--r--src/components/LeftSidebar/NewGroupConversation/NewGroupConversation.vue7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/components/LeftSidebar/NewGroupConversation/NewGroupConversation.vue b/src/components/LeftSidebar/NewGroupConversation/NewGroupConversation.vue
index a163707a8..9ff46aa24 100644
--- a/src/components/LeftSidebar/NewGroupConversation/NewGroupConversation.vue
+++ b/src/components/LeftSidebar/NewGroupConversation/NewGroupConversation.vue
@@ -390,7 +390,12 @@ export default {
justify-content: space-between;
position: relative;
&__content {
- height: calc(100% - 50px);
+ /**
+ * Top: 30px line height header + 12px margin
+ * Bottom: 44px buttons + 12 px margin
+ * Total: 98px
+ */
+ height: calc(100% - 98px);
display: flex;
flex-direction: column;
gap: 0.5rem;