feat: adjust width, min-width, and max-width of channels and members list sidebars and implement saving of widths
This commit is contained in:
parent
808cc980a7
commit
80df3dd13d
3 changed files with 44 additions and 13 deletions
|
@ -25,6 +25,8 @@ const isCurrentChannel = props.uuid == props.currentUuid;
|
|||
color: inherit;
|
||||
padding-left: .25em;
|
||||
padding-right: .25em;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.channel-list-link-container {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue