From 7cb17396eafc324e644bacfc4abbbf7338160c68 Mon Sep 17 00:00:00 2001 From: Boubaker Khanfir Date: Mon, 7 Oct 2024 15:05:57 +0100 Subject: [PATCH] feat: Move from Jitsi Space Members Call Button Menu Style - MEED-7574 - Meeds-io/MIPs#151 (#336) This change will move Space Members Menu item Styling from Jitsi (PR https://github.com/exoplatform/jitsi/pull/153) to the generic Web Conf Button definition by adjusting the style to align with new requirements. --- .../vue-apps/CallButtons/components/CallButtons.vue | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/webapp/src/main/webapp/vue-apps/CallButtons/components/CallButtons.vue b/webapp/src/main/webapp/vue-apps/CallButtons/components/CallButtons.vue index 21fc8c179..2d1ac2511 100644 --- a/webapp/src/main/webapp/vue-apps/CallButtons/components/CallButtons.vue +++ b/webapp/src/main/webapp/vue-apps/CallButtons/components/CallButtons.vue @@ -358,6 +358,19 @@ export default { } } } + #peopleCompactCardBottomDrawer .call-button-container.single { + border: 0; + padding: 0; + } + #peopleCompactCardBottomDrawer .single-btn-container { + font-size: 1rem; + } + #peopleCompactCardBottomDrawer .call-button { + padding: 0 8px; + > div { + width: 100%; + } + } } .call-button-mini { .VuetifyApp {