Skip to content

Commit 822cd38

Browse files
committed
inbox
1 parent 2b15f6e commit 822cd38

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

lib/selectors/selectorPlaceholders.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4311,6 +4311,9 @@ pre {
43114311
.forumPost__7d15e {
43124312
@extend %messagesPopoutThread !optional;
43134313
}
4314+
.container_fc561d {
4315+
@extend %InboxHeaderContainer !optional
4316+
}
43144317
.container__2692d {
43154318
@extend %inboxHeader !optional;
43164319
}

src/visualRefresh.scss

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@
3636
// follow this channel, and maybe more.
3737
%channelInfo,
3838
%startingCall,
39-
%chatLoadingWrapper {
39+
%chatLoadingWrapper,
40+
// INBOX
41+
%messagesPopoutChannelHeader,
42+
%messagesPopoutHeader {
4043
background: rgba(0, 0, 0, calc($bg-shading * 0.1));
4144
}
4245

@@ -177,6 +180,27 @@ html:not(.visual-refresh .scroller_ef3116) button.vc-ranb-button.button__201d5.l
177180
%forumChat {
178181
background-color: hsla(0, 0%, 95%, .1);
179182
}
183+
184+
// INBOX
185+
%messagesPopoutWrap,
186+
%inboxHeader,
187+
%forYouContainer {
188+
background-color: $popout-color;
189+
}
190+
191+
%unreadMessages {
192+
background-color: transparent;
193+
border: 1px solid $main-color;
194+
}
195+
196+
%recentMentionsMessagesContainer {
197+
background-color: rgba(0, 0, 0, calc($bg-shading * 0.1));
198+
border: 1px solid $main-color;
199+
}
200+
201+
%InboxHeaderContainer {
202+
background-color: $popout-color;
203+
}
180204
}
181205

182206
// NEW VOICE FILTER THINGY

0 commit comments

Comments
 (0)