Skip to content

Commit

Permalink
Fixed group chat members list
Browse files Browse the repository at this point in the history
  • Loading branch information
Gibbu committed Jan 3, 2024
1 parent d6f9d75 commit 2ab522a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/theme/_vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

--unread-colour: 255 255 255;

--backdrop-background: var(--bg-primary);
--backdrop-background: var(--bg-tertiary);
--backdrop-blur: 10px;

--channel-height: 40px;
Expand Down
4 changes: 2 additions & 2 deletions src/theme/members/_container.scss
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#app-mount {
.container_b2ce9c {
background: var(--bg-primary);
background: transparent;
}
.membersWrap__90226 {
min-width: var(--members-width);
max-width: var(--members-width);
height: 100%;
}
.members__9f47b {
background: transparent;
background: var(--bg-primary);
width: 100%;
& > div {
background: transparent;
Expand Down
3 changes: 0 additions & 3 deletions src/theme/modals/_global.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#app-mount {
.backdrop__7e89b {
background: var(--backdrop-background) !important;
backdrop-filter: blur(var(--backdrop-blur)) !important;
opacity: 1 !important;
animation: fadeIn 0.2s ease forwards;
}
.root_a28985:not(.carouselModal-1eUFoq) {
box-shadow: none !important;
Expand Down
2 changes: 1 addition & 1 deletion src/theme/sidebar/_channel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
padding: 0;
margin: 0;

&.modeUnread_f74c03 {
&.modeUnreadImportant_efb53e {
.unread__48cf4 {
box-shadow: 0 0 calc(var(--channel-glow-intensity) * 10px) calc(var(--channel-glow-intensity) * 2px)
rgb(var(--unread-colour) / 0.3);
Expand Down

0 comments on commit 2ab522a

Please sign in to comment.