fix(sidebar): decreased vertical spacing

pull/1049/head
trashtemp 2022-01-13 19:30:42 +01:00
parent 8caf0f8885
commit 3b67c80095
1 changed files with 4 additions and 2 deletions

View File

@ -109,10 +109,12 @@ const ServerList = styled.div`
`;
const ServerEntry = styled.div<{ active: boolean; home?: boolean }>`
height: 58px;
height: 54px;
display: flex;
align-items: center;
//transition: 0.2s ease height;
:focus {
outline: 3px solid blue;
}
@ -165,7 +167,7 @@ const ServerEntry = styled.div<{ active: boolean; home?: boolean }>`
const ServerCircle = styled.div`
width: 54px;
height: 58px;
height: 54px;
display: flex;
align-items: center;
justify-content: center;