fix(sidebar): decreased vertical spacing

This commit is contained in:
trashtemp 2022-01-13 19:30:42 +01:00
parent a7c63c639e
commit 8a1f20615e
No known key found for this signature in database
GPG key ID: D1F0DB65081B0FC6

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;