collapsible-resource-manager icon indicating copy to clipboard operation
collapsible-resource-manager copied to clipboard

indent group menu items

Open cord opened this issue 4 years ago • 3 comments

Having a lot of grouped menu items with icons now - It is hard to distinguish between the group label and the grouped items.

It would be great to have items with icons indented, so the icons start where the text starts now.

A flexible way to achieve would be to introduce a "class" parameter to each Resource Type so we can add a CSS class and style it.

cord avatar May 29 '20 12:05 cord

Would love to see this added too.. in the meantime have you figured out a workaround @cord ?

vesper8 avatar Oct 01 '20 13:10 vesper8

I was able to add this by generating a custom theme and adding this bit of css

.top_level ul li ul li {
  margin-left: 5px;
}

vesper8 avatar Oct 01 '20 13:10 vesper8

works here - changed to 1.5rem for being consistent with the nova styles:

        .top_level ul li ul li {
            margin-left: 1.5rem;
        }

cord avatar Oct 07 '20 15:10 cord

Latest version has been redesigned, I believe there wont be such confusion anymore v2.0.0

milewski avatar Oct 07 '23 06:10 milewski