sethcottle / littlelink

A lightweight DIY alternative to services like Linktree.
https://littlelink.io
MIT License
1.79k stars 967 forks source link

Line breaks in display name are too large. #127

Open RokeJulianLockhart opened 1 week ago

RokeJulianLockhart commented 1 week ago

As a downstream issue states:

### LinkStack version https://linksta.cc/ ### Description > ![Screenshot_20240417_143133](https://github.com/LinkStackOrg/LinkStack/assets/42837531/2441c29b-7b97-4325-a440-e3114a7dabcd) ### Details about your system
OS cpe:/o:fedoraproject:fedora:40
### How to reproduce Visit https://linksta.cc/studio/links or https://linksta.cc/@RokeJulianLockhart. ### Possible Solution Make the line breaks render like regular enlarged text's does. I dunno what CSS you're using to style it, but check that you're using `em` instead of static `px` definitions. ### Additional Context _No response_

I've been informed that this is an upstream problem, per https://github.com/LinkStackOrg/LinkStack/issues/759#issuecomment-2408482499:

We are using upstream littlelink as the base for our styling. This may be resolved using a custom theme.

We will continue using the current styling format for now, until we replace it. When we switch our layout system, this will be revised along with some other styling and spacing issues that the current layout has.

sethcottle commented 1 week ago

Thanks, I'll try to find some time to look into this over the weekend. I've been wanting clean some of the CSS up anyway!