fix(client): サーバーアイコンの高さ調整

This commit is contained in:
NoriDev 2023-06-09 22:58:14 +09:00
parent 37cca3b7f1
commit da66e910d8

View file

@ -62,7 +62,7 @@ $height: 2ex;
}
.icon {
height: $height;
height: 2.5ex;
flex-shrink: 0;
border-radius: .3rem;
}