Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/ChannelList/styling/ChannelList.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
--str-chat__channel-list-transition-offset: 8px;

/* Default desktop width of the channel list. Override to match custom layouts. */
--str-chat__channel-list-width: 30%;
--str-chat__channel-list-width: 100%;

/* Default mobile overlay width of the channel list. Override to match custom layouts. */
--str-chat__channel-list-mobile-width: 100%;
Expand Down
7 changes: 5 additions & 2 deletions src/components/Threads/ThreadList/styling/ThreadList.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@
--str-chat__thread-list-transition-offset: var(
--str-chat__channel-list-transition-offset
);
--str-chat__thread-list-width: var(--str-chat__channel-list-width);
--str-chat__thread-list-mobile-width: var(--str-chat__channel-list-mobile-width);
/* Default desktop width of the thread list. Override to match custom layouts. */
--str-chat__thread-list-width: 100%;

/* Default mobile overlay width of the thread list. Override to match custom layouts. */
--str-chat__thread-list-mobile-width: 100%;
}

.str-chat__thread-list-container {
Expand Down