Fixed avatar resolutions a tad.
This commit is contained in:
parent
694837af1e
commit
6e1a2d68b9
2 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -132,11 +132,11 @@
|
|||
}
|
||||
|
||||
&__avatar {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
flex-grow: 0;
|
||||
flex-shrink: 0;
|
||||
margin-right: 2px;
|
||||
margin: 1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue