Skip to content

Commit

Permalink
feat: Move Space Member specialization Style To Web Conf Addon - MEED…
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker committed Oct 3, 2024
1 parent e5c7fa7 commit 216c412
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
21 changes: 3 additions & 18 deletions webapp/src/main/webapp/skin/less/jitsi.less
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@
}
}
}


#chat-application {
.call-button-container {
.theme--light.v-btn {
Expand Down Expand Up @@ -248,7 +250,7 @@
}
}
}
.call-button--profile, .call-button--chat {
.call-button--chat {
.uiIconSocPhone {
font-size: 14px;
margin-bottom: -2px;
Expand All @@ -269,23 +271,6 @@
justify-content:center;
}
}
#peopleCompactCardBottomDrawer {
.v-application--is-ltr {
.jitsiCallAction {
margin-left: 8px;
margin-right: 4px;
}
}
.v-application--is-rtl {
.jitsiCallAction {
margin-left: 4px;
margin-right: 8px;
}
}
.single-btn-container {
font-size: 0.8125rem;
}
}
#profileHeaderActions .profileHeaderActionComponents {
.call-button-container {
.dropdown-vue {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
@click.stop.prevent="startCall">{{ 'Jitsi' }}</span>
<span
v-else-if="!displayTooltip"
class="ps-1"
@click.stop.prevent="startCall">{{ buttonTitle.title }}</span>
</div>
</template>
Expand Down

0 comments on commit 216c412

Please sign in to comment.