Remove that one tiny white space at the bottom of the avatar image

This commit is contained in:
Lim Chee Aun 2023-01-01 16:01:44 +08:00
parent cf1c03f55f
commit 811de6ec0a

View file

@ -7,6 +7,7 @@
background-color: var(--bg-faded-color); background-color: var(--bg-faded-color);
box-shadow: 0 0 0 1px var(--bg-blur-color); box-shadow: 0 0 0 1px var(--bg-blur-color);
flex-shrink: 0; flex-shrink: 0;
vertical-align: middle;
} }
.avatar img { .avatar img {