Hacker News new | ask | show | jobs
by wussboy 1308 days ago
I love Sidebery, but only recently discovered the tab grouping feature, and I love it.

I also us multi-account containers and would love to find a way to make the little ribbon of color on the edge more prominent.

2 comments

> would love to find a way to make the little ribbon of color on the edge more prominent

I use a bit of userChrome.css for this. I think this is the important part:

  .contextual-identity-marker {
    width: 40px !important;
    left: 0;
    opacity: 0.6;
  }
I pin all of my tabs that use a container and so the color strip goes across almost all of the icon and it is quite visible.