feat: adjust width, min-width, and max-width of channels and members list sidebars and implement saving of widths

This commit is contained in:
SauceyRed 2025-07-18 03:38:35 +02:00
parent 808cc980a7
commit 80df3dd13d
Signed by: sauceyred
GPG key ID: 2BF92EB6D8A5CCA7
3 changed files with 44 additions and 13 deletions

View file

@ -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 {