Giter Club home page Giter Club logo

Comments (3)

bershatsky avatar bershatsky commented on September 4, 2024

It doesn’t seem to slide on my ipad now, but it still does on my iPhone 8. Thanks for your attention. I really like this theme!

from editorial.

sheldrake avatar sheldrake commented on September 4, 2024

I love this theme. Saying that, I'm a growing fan of Ghost too. But it seems I have a problem similar to the one @bershatsky describes here.

The rendering is perfect on all screens I have access to except iPhone 13 Pro in portrait orientation. Landscape is fine. But in portrait, one's finger can move the content left and right as well as up and down. In Firefox, Safari, and Chrome.

I believe it may be an image issue. Posts without inline (as opposed to featured) images don't exhibit this behaviour. Those posts with inline images do, but only as and when the image is first rendered.

e.g. https://generative-identity.org/towards-a-shared-understanding-of-digital-identity/

Any and all ideas gratefully received. 🙏🏼

from editorial.

sheldrake avatar sheldrake commented on September 4, 2024

Turns out this problem is not related to images. The answer was presented to me as an issue with long-form URLs which I had in my footnotes. Here's the answer ...

Add the following CSS to Code Injection header (inside existing style tags if you already have them in the Code Injection header box of course):

<style>
a {
  word-break: break-word;
}
</style>

Note that this will affect formatting for any links, so you may want to modify the selector.

from editorial.

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.