Fixed avatar resolutions a tad.

This commit is contained in:
flash 2018-07-10 02:40:37 +02:00
parent 694837af1e
commit 6e1a2d68b9
2 changed files with 6 additions and 6 deletions

View file

@ -162,9 +162,9 @@
display: block;
text-decoration: none;
color: inherit;
width: 44px;
height: 44px;
margin-right: 3px;
width: 46px;
height: 46px;
margin: 1px;
flex-grow: 0;
flex-shrink: 0;
}

View file

@ -132,11 +132,11 @@
}
&__avatar {
width: 36px;
height: 36px;
width: 40px;
height: 40px;
flex-grow: 0;
flex-shrink: 0;
margin-right: 2px;
margin: 1px;
}
}
}