You can’t even just uBlock zap the sidebar since the feed div has a fixed right margin. StyleBot to the rescue.

Much better!

Also mildly infuriating is if you try to grudgingly load the mobile site in a desktop browser, it just redirects you back to the crappy, non-responsive desktop version.

If you found this useful, here’s the CSS overrides to use:

#slashboxes {
  display: none;
}

.main-content {
  margin-right: unset;
}
  • intensely_human@lemm.ee
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    I made an extension to reduce the padding in Jira’s rows when it’s listing tickets. Basically a “compact” view.