the rating list is currently garbage.
it only shows a few people, has no way of scrolling, and doesn't list people in order of who rated first.
is this going to be fixed? or is it intentional?
Is the order of who rated first that important?
Gotta figure out who started the bandwagon I guess. Plus it's probably just how garry orders the query, the date of the rating is stored so it should be trivial
i like how u could list ratings it brings people together and allows u to assess the situation
Yeah, for raffles and stuff.
Ratings show the full list for me and are scrollable as well?
This bugged me for a while too, I don't know why Garry has kept it as it currently is considering its pretty easy to add in scrolling.
/* Adds a scrollbar to long ratings lists */
.votes.detail .votelist .voteinfo {
width: 90px;
}
.votes.detail .votelist .votedetail {
max-height: 200px;
overflow-y: auto;
padding: 0 20px;
}
/* Splits up the usernames on rating lists */
.votes .votelist .voteinfo .votedetail span {
margin: 0px 0px 5px 0px;
}
Sorry, you need to Log In to post a reply to this thread.