Skip to content

Commit

Permalink
Fix connection status text not appearing
Browse files Browse the repository at this point in the history
  • Loading branch information
TakosThings committed Jun 27, 2024
1 parent a134fec commit 87d9d02
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/modules/main/channels/_rtc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
}

// Icons
html[lang^="en-"].theme-dark .panels_a4d4d9 .button_dd4f85:not(.rtcConnectionStatusLabel_c0cb95) {
html[lang^="en-"].theme-dark .panels_a4d4d9 .button_dd4f85{
&::before{
@include FontIconFluent;
font-size: 16px;
Expand All @@ -76,3 +76,11 @@ html[lang^="en-"].theme-dark .panels_a4d4d9 .button_dd4f85:not(.rtcConnectionSta
display: none;
}
}

// Fix connection status text not appearing
.rtcConnectionStatus_c02c63 .contents_dd4f85{
display: block !important;
.rtcConnectionStatusLabel_c02c63{
font-weight: 500;
}
}

0 comments on commit 87d9d02

Please sign in to comment.