Broken posts are annoying

But having no style override for them is even worse :\ Since such posts started appearing  I had to create a style override so the site would work again. Below is stylus rule exported to mozilla format, use an import function in the extension if you want to use it.

@-moz-document domain("loforo.com") {
div.media.pic > img {
    object-position: unset !important;
    max-width: 100% !important;
    height: auto !important;
    position: unset !important;
    top: unset !important;
    left: unset !important;
    object-fit: unset !important;
    transition-duration: unset !important;
    transition-timing-function: unset !important; Read More »

Reposted from juozaspo

Broken posts are annoying

But having no style override for them is even worse :\ Since such posts started appearing  I had to create a style override so the site would work again. Below is stylus rule exported to mozilla format, use an import function in the extension if you want to use it.

@-moz-document domain("loforo.com") {
div.media.pic > img {
    object-position: unset !important;
    max-width: 100% !important;
    height: auto !important;
    position: unset !important;
    top: unset !important;
    left: unset !important;
    object-fit: unset !important;
    transition-duration: unset !important;
    transition-timing-function: unset !important; Read More »

Some posts on loforo appear incorrect

Some posts on loforo appears incorrect. There are styles makes them appear incorrect and loforo does not strip such styles. This makes the ui potentially unusable and/or very annoying to the users who might see those posts. For example there posts that anchor to the top of the page and also take all screen space where it might be impossible to interact with other posts nearby when they are present. Using latest version of Mozilla Firefox on Linux.

Workaround for Firefox users: Add a css to override some styles to userContent.css (located in chrome folder of your Firefox profile), e.g. add something similar to one shown below, also make sure firefox preference Read More »