hello!
how to make avatar size larger in postbit?
I tested
and
the code is working well but the avatar resolution will be very bad. how can I fix it?
how to make avatar size larger in postbit?
I tested
Code:
/* Start over-ride postbit avatar size */
.b-avatar--m > img {
height: 200px;
width: 120px;
max-height: 200px !important;
max-width: 120px !important;
}
.b-avatar--m {
height: 100%;
width: 100%;
}
.b-avatar .b-avatar--m .b-avatar--thread .h-margin-bottom-l{
height: 200px !important;
}
/* End over-ride postbit avatar size */
the code is working well but the avatar resolution will be very bad. how can I fix it?



Comment