glanceapp / glance

A self-hosted dashboard that puts all your feeds in one place
GNU Affero General Public License v3.0
7.49k stars 260 forks source link

feat: added title-line-limit for horizontal-cards style #216

Open ralphocdol opened 2 weeks ago

ralphocdol commented 2 weeks ago

I have a Twitch RSS that displays like a YouTube videos, but usually twitch title can be 1 line and sometimes 3 lines, which can lead to awkward gap.

vidfeed

This will only add title-line-limit which uses the current css class for truncating texts

   - type: rss
        title: Twitch
        style: horizontal-cards
        title-line-limit: 2
        feeds:
          - url: http://freshrss.local/api/query.php?user=user&t=token&f=rss

image