I’d like to have full titles (e.g. multiline) in any of the two existing tile themes. Is that possible?

Also, when using my mobile in vertical mode,

  • there’s no difference between both themes
  • and text hints become useless because my phone doesn’t have a cursor.
  • suff@piefed.socialOP
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 month ago

    I tweaked the tiling like this:

    #masonry {
      margin-left: -5px;
      padding-top: 5px;
    }
    #masonry .column {
      padding-right: 3pt;
    }
    #masonry .item .masonry_info .row .col-8 p * {
      white-space: normal;
      line-height: 100%;
    }
    #masonry .item .masonry_info .voting_buttons_masonry {
      display: block;
    }
    #masonry .item .masonry_info .row .col .upvote_button {
      display: block;
      margin: 0 auto
    }
    #masonry .item .masonry_info {
      position: relative;
      bottom: inherit;
    }