Skip to content

Commit

Permalink
feat: Move from Jitsi Space Members Call Button Menu Style - MEED-757…
Browse files Browse the repository at this point in the history
…4 - Meeds-io/MIPs#151 (#336)

This change will move Space Members Menu item Styling from Jitsi (PR exoplatform/jitsi#153) to the generic Web Conf Button definition by adjusting the style to align with new requirements.
  • Loading branch information
boubaker authored Oct 7, 2024
1 parent 00d63e1 commit 7cb1739
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7cb1739

Please sign in to comment.