More settings fixes + clamped long usernames

This commit is contained in:
nizune
2021-08-02 17:25:39 +02:00
parent 1e5dbf37f9
commit 936d196beb
3 changed files with 15 additions and 1 deletions

View File

@@ -76,7 +76,8 @@ const ServerList = styled.div`
flex-grow: 1;
display: flex;
overflow-y: scroll;
padding-bottom: 48px;
padding-bottom: 20px;
width: 58px;
flex-direction: column;
scrollbar-width: none;