sindresorhus/refined-github

Do you want to work on this issue?

You can request for a bounty in order to promote it!

Allow disabling `align-issue-labels` #2650

tbodt posted onGitHub

The Custom CSS box can technically be used to do this, but it's always a huge pain, involving looking up the source for the particular thing you want to disable and carefully overriding each thing it does with !important. Would be much nicer to just be able to click a checkbox.


What CSS features do you want to disable?

posted by fregante over 5 years ago

This issue was motivated by trying to disable align-issue-labels. I've also overridden a few things in content.css: the file icon opacity change and issue line height.

posted by tbodt over 5 years ago

Why override the issue line height? That was done to prevent some content that RG adds from touching https://github.com/sindresorhus/refined-github/pull/2585

posted by fregante over 5 years ago

I prefer that the issue display be higher density, which is also why I disabled align-issue-labels.

posted by tbodt over 5 years ago

We do have some disableable CSS features, but usually only if they are controversial enough or too complex to override.

In this case align-issue-labels is kinda both so feel free to send a PR for it, including screenshot (which I think is already on the readme)

In features.add, the load setting needs to be absent

posted by fregante over 5 years ago

Fund this Issue

$0.00
Funded
Only logged in users can fund an issue

Pull requests