Skip to content

Commit

Permalink
Chat bubble options
Browse files Browse the repository at this point in the history
  • Loading branch information
Elisniper committed Oct 8, 2024
1 parent 56fce4e commit cc82632
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions Addons/ChatBubbles.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,6 @@
.mentioned_d5deea.message_d5deea.groupStart_d5deea, .mentioned_d5deea:before {
background: transparent;
}
.button_f7e168 {
height: 18px;
}
.button_f7e168.selected_f7e168 {
color: #FFF;
background-color: transparent;
Expand All @@ -148,9 +145,13 @@
}
.full-motion .wrapper_f7e168:hover, .wrapper_f7e168 {
box-shadow: none;
border: none;
}
.wrapper_f7e168 {
height: 26px;
height: 28px;
padding: 0;
margin: 0;
border: none;
}
.container_a3b500 {
padding: 0;
Expand All @@ -168,6 +169,10 @@
.button_f7e168:hover, .wrapper_f7e168 {
background-color: var(--var-popout-color);
border-radius: 0 5px 5px 5px;
background-clip: content-box;
}
.hoverBarButton_e986d9:hover .icon_e986d9 {
transform: none;
}
.container_f1c3d9 .cozy_f9f2ca.wrapper_f9f2ca:not(.groupStart_d5deea).message_c06487:after {
border-right-color: transparent;
Expand Down
2 changes: 1 addition & 1 deletion release/import.css
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ body {
}
.header_c6ee36, .emojiPicker_c6ee36, .contentWrapper_af5dbb, .wrapper_faf5ab, .theme-dark .customColorPicker_bbc020, .messageContainer_ddb5b4, .footer_ac90a2,
.popout_f6639d, .menu_d90b3d, .wrapper_a71a1c, .resultsList-2Bp-2_, .popout_c5b389, .theme-dark .tierMarkerBackground-G8FoN4,
.quickswitcher_f4e139, .noiseCancellationPopout_adcaac, .container_b572de, .accountProfilePopoutWrapper_b2ca13 .userProfileInner_c69a7b, .button_f7e168:hover,
.quickswitcher_f4e139, .noiseCancellationPopout_adcaac, .container_b572de, .accountProfilePopoutWrapper_b2ca13 .userProfileInner_c69a7b,
.container_e664f3, .theme-dark .streamPreview_adbea6, .scroller_bc9592, .theme-dark .quickSelectPopout_abbf45, .container_eedf95, .theme-dark .autocomplete_bcc24e,
.body_bf926b, .wrapper-wOVKdL, .premiumSkuSelect-2K_31N, .container_ae4f46, .wrapper_d880dc.minimum_d880dc, .innerWrapper_c511e4, .resultsList-2tyWrf,
.theme-dark.authBox_dc6abe, .callContainer_d880dc, .contentWrapper_eab878, .skuSelectModalHeader_f92df2, .skuSelectModalContent_f92df2, .modalHeader_cd3d24,
Expand Down

0 comments on commit cc82632

Please sign in to comment.