BTW, does everyone like the light-blue color for when reviews are >0? I copied that color from another bubble somewhere on the site. Wasn’t sure if the blue/white contrast of background an text was good enough, especially with small text size.
The contrast is definitely fine! Especially as it’s the same as what Discourse uses. If you wanna be in keeping with the style of Discourse, though, the CSS is a bit off. You could grab it dynamically from .badge-notification, or do more of a facsimile - on desktop, at least, it’s 11px normal font weight with different padding (4px 5px 2px 5px).
Oh, and there is an official gray color for those bubbles, too, and it probably isn’t #ccc… I’ll see if I can figure out what it is. Edit: Found it; it’s #bdbdbd.
@obskyr, Cool, thanks. I wasn’t sure whether to use the .badge-notification, since I didn’t know if it was a Discourse thing or a WK customization thing. If it’s a WK thing, I’d wait for the design to settle before committing, so the script is less likely to break if they change the class names of things.
I saw it. I’ve been looking for a clean way to make it happen. Making a script survive through site changes, and interact well with other scripts, is sort of an extra challenge .
[EDIT: I found a way, btw… I’m just implementing a settings page now.]
Oh cool.
I’m fine with that, or if it swapped to WK colours. Either or.
It’s big enough, even though I initially imagined it taking up about as much space as on wanikani.com.
This is really sleek. Thanks @obskyr for the update.
I noticed that, for me, this update made the top bar cover up the category icon and a few other things. A quick clearing of the cache and refreshing (Ctrl+F5) did the trick and now it looks fantastic!
If it happens again, let me know. There may be a ‘race condition’ that causes my adjustment of the height of the menu to fail occasionally. Hopefully not, but it may be possible.