simurai
simurai
> does the testing take this long? the test still isn't finished for some reason Sorry, a maintainer has to manually run the checks, which I can do now.
Ok, took another look and there is still a the problem with the rounded corners if the `Box-row` using a ``. E.g. ```html Box title Box row one Box row...
> So far it's been working well for most use cases. This should work in most cases, but I think it will break in some case for github.com. So I'm...
Hmm.. I'd rather not show anything, than adding potentially too much noise. As a convention it could be this (if that's possible): 1. Parse `CHANGELOG.md`. 2. Look for the version...
> first check for release notes via GitHub Releases (which would be the easiest, since we wouldn't have to parse anything) That would be nice too. Not sure if there...
> List all fonts, but mono-spaced fonts first with a separator :+1: > What about installed font weights? I think variations shouldn't be shown at all, just the main fonts....
Ohh.. you're right. Having `Light`, `Regular` and `Medium` would be useful and then `bold`, `italic` still should work when defined in themes.
Re: `text-rendering: optimizeLegibility`. Saw this post the other day: http://bocoup.com/weblog/text-rendering/. It might have performance issues. But would need some testing to see if it has an impact when used in...
[UX] Package uninstall button doesn't have rounded left corners when "settings" button isn't visible
We could add this selector: ```less .btn-group > .btn[style="display: none;"] + .btn.btn { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } ``` It adds rounded corners to buttons that are on the right...
I can reproduce this with: - Font Family: `Meslo"` - Line Height: `5.5`  I looks like the problem is that when adding...