Icon-Shelf / icon-shelf

SVG icon manager for developers.
https://icon-shelf.github.io
MIT License
284 stars 27 forks source link

feat: move collections plus icon #149

Closed nobkd closed 1 year ago

nobkd commented 1 year ago

Moves the [+] icon next to the Collections section, as requested in #148. The [+] icon is aligned over […] (horizontal dots) icons of user collections. At the same time, the font size of Collections was changed to scale better with the icon in the same row.

Some margins were changed to look visually more appealing. The size of the All Icons top margin is now smaller while making sure to keep the section clickable, as there is an absolute positioned <TitleDragBar> that could cover the All Icons (like it was partly for the [+] icon before).

Image of the `LeftIconsCollectionsNav` with the new layout, the + button next to the collection's title, aligned with the horizontal dots of collections

Please explain the use of the <TitleDragBar> and feel free to change the margin heights and font sizes back. Thanks