I want to position list item icons #62
aarongustafson
started this conversation in
Wants
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On my project, the designers have made the specifications of our lists (
ul
andol
) quite stylized, with the list item icons distanced just a bit further from the list item content than is the default. Achieving this design is not possible withlist-style-image
, so I need to set their style to none and use::before
instead for this effect, which also has its drawbacks.It would be great if we could adjust the offset of
list-style-image
so as not to have to resort to hacks.https://webwewant.fyi/wants/5f200956457197e32027b3ca/
Beta Was this translation helpful? Give feedback.
All reactions