Giter Site home page Giter Site logo

Comments (4)

levito avatar levito commented on August 15, 2024

Hey @apstanley, really good catch, thanks a lot for submitting this, and for providing the feed so I could check what was happening. Should be fixed now, can you please update and check if it's good now?

from tt-rss-feedly-theme.

apstanley avatar apstanley commented on August 15, 2024

Hi @levito! Thank you for such a quick turnaround. I was not expecting anything this speedy. I would say that it's better for sure, but there's still some spacing issues.

Screenshot 2023-03-27 at 7 18 18 PM

Everything seems double spaced. I was playing around in Firefox and I noticed this part of the stylesheet in web developer tools. Turning it off makes it look like the default:


#content-wrap#content-wrap :where(.post .content, .content-inner) :not(:where(.dijit *)) + :not(:where(.dijit *)) {
  margin-top: 1.5625em;
}

Removing that margin makes it look like:

Screenshot 2023-03-27 at 7 22 49 PM

I can probably hack or override it in TT-RSS, but I'd be curious to hear what you think. Again, thank you VERY much!

from tt-rss-feedly-theme.

levito avatar levito commented on August 15, 2024

Thanks for checking again! This should now also be fixed. It was indeed a Firefox-only thing.

If you're interested in what caused it: I recently switched to spacing out the content with the lobotomized owl method. This makes many things easier and helps with consistent spacing, but apparently it has its own issues. Firefox was also adding a margin-top to any br that came after any other tag, so I had to explicitly remove it. Chrome doesn't do this.

The original issue with all the line-breaks being removed was caused by me trying to prevent multiple brs in a row (like Something<br><br><br><br>and more) creating huge gaps with something like br + br { display: none }. But with HTML like Line 1<br>Line 2<br>Line 3, the second br is also matched by br + br, which I didn't consider.

from tt-rss-feedly-theme.

apstanley avatar apstanley commented on August 15, 2024

I just downloaded the update and everything works with no customization. I'll keep my eye on things, but thank you very much.

from tt-rss-feedly-theme.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.