@jac said in Avatar on Topic Header:
@downpw said in Avatar on Topic Header:
Great Plugin
I make it a bit cleaner via this CSS code:
/*------------------------------------------------------------------*/
/*---------------- nodebb-plugin-browsing-users -----------------*/
/*------------------------------------------------------------------*/
/*Space between the avatar and the RSS icon */
.topic [component="topic/browsing-users"] {
margin-bottom: -5px;
padding-left: 10px;
}
/*Space between avatars*/
.pull-left {
float: left!important;
padding-right: 5px;
}
Do you have a screenshot of how this looks with the CSS change?
Just added this change, thanks @DownPW