feat: Redesigns conversation card to show labels
This commit is contained in:
parent
89cfc5bbf3
commit
3f77f65aaa
8 changed files with 356 additions and 192 deletions
|
@ -786,6 +786,7 @@ export default {
|
|||
}
|
||||
|
||||
.conversations-list {
|
||||
padding-top: var(--space-small);
|
||||
// Prevent the list from scrolling if the submenu is opened
|
||||
&.is-context-menu-open {
|
||||
overflow: hidden !important;
|
||||
|
@ -796,12 +797,7 @@ export default {
|
|||
flex-shrink: 0;
|
||||
width: 34rem;
|
||||
overflow: hidden;
|
||||
@include breakpoint(large up) {
|
||||
width: 36rem;
|
||||
}
|
||||
@include breakpoint(xlarge up) {
|
||||
width: 35rem;
|
||||
}
|
||||
|
||||
@include breakpoint(xxlarge up) {
|
||||
width: 38rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue