As discussed at the meetup: attacking some of the low-hanging bugs in the LessWrong code, e.g. fixing the karma circle. There should be a list. If there isn’t, compiling one beforehand would be good. (I would if I were a coder, which I’m so not.)
The little green circle at top-right showing your score in the LessWrong video game! The one Eliezer has overflowed so much it just shows “1023”.
That’s more of a graphic design problem than a coding problem. But nevertheless, just about every project has low-hanging fruit amongst the bugs and feature requests.
As discussed at the meetup: attacking some of the low-hanging bugs in the LessWrong code, e.g. fixing the karma circle. There should be a list. If there isn’t, compiling one beforehand would be good. (I would if I were a coder, which I’m so not.)
What’s the karma circle?
The little green circle at top-right showing your score in the LessWrong video game! The one Eliezer has overflowed so much it just shows “1023”.
That’s more of a graphic design problem than a coding problem. But nevertheless, just about every project has low-hanging fruit amongst the bugs and feature requests.
hmmm—won’t format nice but still:
main.css line 424
#side-status div.userinfo span.score { -moz-border-radius: 12px; -webkit-border-radius: 12px; -khtml-border-radius: 12px; border-radius: 12px; height: 22px; line-height: 22px; margin: 0 3px 0 0; font-weight: bold; text-align: center; min-width: 22px; background:#538d4d; color: white; }
also—you can remove the other ”.score” CSS rule too.. now superfluous.
PS—won’t work in IE… but do we care?
The circle under a username (top right) showing the karma, it isn’t readable for high Karma values, like Eliezer’s.
Very minor issue, but the sidebar is also a minute or two behind regarding post/comment/user scores.