Skip to content

Commit

Permalink
Fixed for new update
Browse files Browse the repository at this point in the history
  • Loading branch information
Gibbu committed Oct 16, 2023
1 parent dee4a66 commit 8b1ca32
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 27 deletions.
16 changes: 8 additions & 8 deletions src/theme/_chat.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
@use './mixins' as *;

#app-mount .chat-2ZfjoI {
#app-mount .chat-9g_3Xj {
@include hsl(0%);

.chatContent-3KubbW {
.chatContent-2O4SXb {
background: transparent;
}

.content-1jQy2l:before {
.content-18rAwf:before {
content: none;
}

Expand Down Expand Up @@ -121,7 +121,7 @@
// Threads
#app-mount {
.container-3XgAHv,
.chatContent-3KubbW {
.chatContent-2O4SXb {
background: transparent;
}
.resizeHandle-PBRzPC {
Expand Down Expand Up @@ -157,7 +157,7 @@
// Chatbox
#app-mount {
.chat-3JZdy8,
.chat-2ZfjoI,
.chat-9g_3Xj,
.chat-25x62K {
&::before {
content: none;
Expand All @@ -169,23 +169,23 @@
}

// Chatbox
.form-3gdLxP {
.form-3qe0Ni {
padding: 0;
margin: 0;
min-height: 53px;
&::before {
content: none;
}
}
.channelTextArea-1FufC0 {
.channelTextArea-1deLlK {
margin-bottom: 0;
}
.scrollableContainer-15eg7h {
@include hsl(2%);
min-height: 53px;
}
.slateTextArea-27tjG0,
.placeholder-1_mJY1 {
.placeholder-1rCBhr {
padding: 16px 0 15px;
box-sizing: border-box;
}
Expand Down
39 changes: 22 additions & 17 deletions src/theme/_members.scss
Original file line number Diff line number Diff line change
@@ -1,24 +1,29 @@
@use './mixins' as *;

#app-mount .members-3WRCEx {
@include hsl(5%);
& > div {
background: transparent;
#app-mount {
.container-2vWgD2 {
@include hsl(5%);
}

.member-2gU6Ar {
padding: 0;
margin: 0;
max-width: unset;
background: transparent;
&:hover .layout-1qmrhw {
@include hsl(8%);
.members-2y1nVj {
@include hsl(5%);
& > div {
background: transparent;
}
&.selected-1-Z6gm .layout-1qmrhw {
@include hsl(10%);

.member-2gU6Ar {
padding: 0;
margin: 0;
max-width: unset;
background: transparent;
&:hover .layout-1qmrhw {
@include hsl(8%);
}
&.selected-1-Z6gm .layout-1qmrhw {
@include hsl(10%);
}
}
.layout-1qmrhw {
padding: 0 8px 0 16px;
}
}
.layout-1qmrhw {
padding: 0 8px 0 16px;
}
}
5 changes: 3 additions & 2 deletions src/theme/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,12 @@
.panels-3wFtMD {
@include hsl(5%);
}
.container-1zzFcN {
.container-1CH86i {
border: none;
padding-bottom: 0;
}
.container-YkUktl {
.container-1CH86i,
.activityPanel-9icbyU {
background: transparent;
}
}

0 comments on commit 8b1ca32

Please sign in to comment.