Restore default avatars on the index
This commit is contained in:
parent
5821e0ddee
commit
7827c4c591
2 changed files with 2 additions and 5 deletions
|
@ -204,8 +204,7 @@ button {
|
|||
.index img {
|
||||
height: 54px;
|
||||
width: 54px;
|
||||
box-sizing: border-box;
|
||||
border: 27px #f3f3f3 solid;
|
||||
background: #f3f3f3;
|
||||
border-radius: 27px; }
|
||||
.index .message-list {
|
||||
display: none; }
|
||||
|
|
|
@ -291,9 +291,7 @@ button {
|
|||
img {
|
||||
height: 54px;
|
||||
width: 54px;
|
||||
// delete next 2 lines
|
||||
box-sizing: border-box;
|
||||
border: (54px / 2) $grey_l solid;
|
||||
background: $grey_l;
|
||||
border-radius: (54px / 2);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue