cgkineo / adapt-list

A text component in which you can add list items.
GNU General Public License v3.0
2 stars 4 forks source link

Bullet style #66

Closed swashbuck closed 1 year ago

swashbuck commented 1 year ago

Subject of the enhancement

When not using _graphic values, the list items are shown with a circle to the left of the text. The appearance of this circle is somewhere between an icon and a bullet, but it's not quite either one. I've always thought this circle could be smaller, more like a standard list bullet.

What are everyone else's thoughts? Does it bother you? Is it fine? Would you recommend a different approach?

Current:

Suggested:

This uses width and height of 0.65rem for the pseudo-element and then padding-top: 0.5rem to align the bullet with the title.

Considerations

Would need to see how this would work when using other alignment options as well as multiple columns.

github-actions[bot] commented 1 year ago

:tada: This issue has been resolved in version 5.3.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: