feat(forums): big size avatar for forum topics and replies

This commit is contained in:
OldHawk
2017-11-16 14:00:56 +08:00
parent b98dbc1478
commit 6ac023fbd4

View File

@@ -327,6 +327,9 @@
background-color: #fff;
border: 1px solid #d1d5da;
border-radius: 3px;
@media (min-width: @screen-sm-min) {
margin-left: 40px;
}
&::before {
position: absolute;
top: 11px;
@@ -512,8 +515,12 @@
float: left;
margin-left: -60px;
border-radius: 3px;
height: 44px;
width: 44px;
height: 86px;
width: 86px;
@media (max-width: @screen-xs-max) {
height: 44px;
width: 44px;
}
}
}
}