Amarok I've upgraded and its worked for me. What's exact happens?
@MichaelBelgium any possibility to view not names, but only view count also inside topic footer(side) viewlist?
Also extension not fully compatible with Nightmode ext from fof.
these lines I've added to custom css:
.DiscussionListItem-count {
right: 54px;
position: absolute;
}
.DiscussionPage-list .DiscussionListItem-content {
padding-left: 50px;
padding-right: 70px;
}
.item-discussion-views {
right: 10px!important;
}
.DiscussionListItem-votes.alternateLayout, .Post-votes {
box-shadow:#4d698e 0px 0px 0px 0px,rgba(255,255,255,0.1) 0px 1px 5px 1px!important;
}
@media (max-width:767px) {
.item-discussion-views {
right: 19px!important;
}
body when (@config-dark-mode =true) {
.item-discussion-views {
background: #1b2028!important;
}
}
}
Thanks!