NikolayRys / Likely

The social sharing buttons that aren’t shabby
ISC License
395 stars 61 forks source link

Use flexbox with gap instead of margins #204

Closed Ronef closed 1 year ago

Ronef commented 1 year ago

For now each icon has own margins for each size + parent container has related negative margins.

It can be replaced by modern display: inline-flex; and gap, which is more convenient and powerful.

For example, column orientation #72 will be implemented in this case by just one rule: flex-direction: column;.

NikolayRys commented 1 year ago

Do you want to make a PR?

Ronef commented 1 year ago

@NikolayRys Ok, i'll try to do it ASAP.

Ronef commented 1 year ago

@NikolayRys PR https://github.com/NikolayRys/Likely/pull/205