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

This commit is contained in:
OldHawk
2017-11-16 14:09:41 +08:00
parent a1909537c0
commit 5457d19e12

View File

@@ -327,6 +327,7 @@
background-color: #fff;
border: 1px solid #d1d5da;
border-radius: 3px;
margin-left: 25px;
@media (min-width: @screen-sm-min) {
margin-left: 40px;
}
@@ -512,8 +513,8 @@
height: 86px;
width: 86px;
@media (max-width: @screen-xs-max) {
height: 44px;
width: 44px;
height: 70px;
width: 70px;
}
}
}