They always obscure part of the text, no matter what. I juat want the full text.

nb that I use KES so maybe that’s where the issue is?

Edit: should probably mention that this is on mobile, android

Edit 2: the code snippet below, provided by @pamasich, seems to have fixed the issue. I added it to my mobile browser (Firefox nightly) via the Stylus add-on:

div.more:not(:nth-child(1 of .more)) {
    display: none;
}

  • rhythmisaprancer@kbin.social
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    6 months ago

    I’m not sure what KES is but if I just scroll a bit then what u want to read or what I am writing is clear of the arrow. I don’t use the arrow and am indifferent to it but I imagine others may like it. I use the PWA.

    That’s my solution 🙂

    • Pamasich@kbin.social
      link
      fedilink
      arrow-up
      5
      ·
      edit-2
      6 months ago

      I’m not sure what KES

      Kbin Enhancement Suite. Inspired by the Reddit extension of the same name (RES).

      It’s a userscript that provides many opt-in atomic features with a shared api and settings interface.

      Current features include:

      • hiding various sidebar elements
      • bringing up a list of subscribed magazines via hotkey
      • displaying the instance next to usernames and magazines
      • a mail icon next to usernames which starts a new message when clicked
      • notifications easily accessible in the navbar
      • softblocking magazines
      • syntax highlighting
      • fixing broken lemmy code blocks
      • and various others
      • rhythmisaprancer@kbin.social
        link
        fedilink
        arrow-up
        2
        ·
        6 months ago

        Progressive web app. You install it from your browser, and it runs from your browser, but you get a special icon to launch it. Probably more To it than that, but that’s the most I think I know enough to say haha!