Skip to content

Commit

Permalink
feat: remove str-chat__main-panel--hideOnThread rules (#303)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: removal of str-chat__main-panel--hideOnThread rules
  • Loading branch information
MartinCupela authored Jul 12, 2024
1 parent 3320660 commit 5d0bcb4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions src/v2/styles/Channel/Channel-layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
width: 100%;
min-width: 0;
}

.str-chat__main-panel--hideOnThread {
display: none;
}
}
}

Expand Down
5 changes: 0 additions & 5 deletions src/v2/styles/Thread/Thread-layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@
}
}

.str-chat__main-panel--hideOnThread + .str-chat__thread-container {
// occupy the whole space by previously occupied by the main message list container
flex: 1;
}

.str-chat__parent-message-li {
padding: var(--str-chat__spacing-2);
}

0 comments on commit 5d0bcb4

Please sign in to comment.