theCrius / tildes-extended

Extension for Chrome and Firefox to enhance the UX/UI of https://tildes.net
ISC License
14 stars 5 forks source link

[Sticky Header] Dinamically incresed padding for body on topics #19

Closed theCrius closed 6 years ago

theCrius commented 6 years ago

The sticky header is dinamically built by checking the height of the

tag of the page because if there are new replies or messages, it changes.

What I didn't do is to align the <h1> title below it on a dinamic position. These takes sometimes additional space without reason.

Also we could make it less prominent, an <h3> or <h4> should be visible enough anyway without taking so much space.

Also the body is shifted down to not overlap the content with the sticky header when the transition happens but again the body is shifted by a fixed amount (100px) that conservatively should always be enough but I already found some cases in which it isn't.

theCrius commented 6 years ago

Included in latest release 0.8.4