snap-cloud / SnapSite

[DEPRECATED] The old social website for the Snap! programming language/environment
GNU General Public License v3.0
9 stars 18 forks source link

Remove position: absolute #98

Closed R4356th closed 4 years ago

R4356th commented 4 years ago

This was causing unusual positioning and kind of broke the website by moving the project author's name under the thumbnail of the project under it in the next line on different devices. This has been reported here.

Test Coverage

Manually tested with Chrome Dev Tools on Windows 10. Here are some screenshots- Homepage: Before: image After: image Search: Before: image After: image

Alternatives

Instead of removing the property, its value could be changed to any of sticky, inherit, initial, relative, revert and unset, too and that would have the same effect; but I could not find why it would be necessary.

R4356th commented 4 years ago

This issue seems to have been fixed by the recent edits.