Jieiku / abridge

Fast & Lightweight Zola Theme
https://abridge.pages.dev/
MIT License
147 stars 41 forks source link

Cumulative layout shift with Fontawesome #75

Closed simbleau closed 2 years ago

simbleau commented 2 years ago

It seems like fontawesome adds some decent layout shift. I'm wondering if - perhaps - we could assume the size of every fontawesome icon is 1em tall/wide (16x16) to reduce shift.

2022-06-20_09-26

2022-06-20_09-24

Jieiku commented 2 years ago

Should be fixed, feel free to post here if you still see issues after updating submodule and adding the latest config.toml changes.

This is fixed, the fix is to apply the svgs class, which for most of the icons takes place in the config.toml file.

Jieiku commented 2 years ago

I did some more work on spacing and sizing of elements.