#Show full bio in the user popout instead

1 messages · Page 1 of 1 (latest)

leaden spire
#

Hewwo, you should update the value from unset to some silly high number like 999999 because for whatever reason they render differently and saying unset removes some line breaks (screenshots pending once I make the thread)

inland grotto
#

maybe initial would fix it?

#

instead of unset

leaden spire
#

first is high number, second is unset, third is discord's original

inland grotto
#

try initial?

leaden spire
#

initial does the weird stuff too

#

I tested a whole bunch of values when i posted the first version of this snippet here

inland grotto
#

none?

leaden spire
#

none isn't a valid property value so it falls back to discord's 6

inland grotto
#

it is

#
/* Keyword value */
-webkit-line-clamp: none;

/* <integer> values */
-webkit-line-clamp: 3;
-webkit-line-clamp: 10;

/* Global values */
-webkit-line-clamp: inherit;
-webkit-line-clamp: initial;
-webkit-line-clamp: revert;
-webkit-line-clamp: revert-layer;
-webkit-line-clamp: unset;
#

from mdn

#

Well I can just do 9999 but I'm confus

leaden spire
#

it is not according to devtools

#

it doesn't make any sense yeah

inland grotto
#

devtools stupid

leaden spire
#

but really large number is the only thing that worked for me when I made my snippet for it

inland grotto
#

it's funny to me that u put like emphasis on "really large number"as if anyone is gonna have 9999 lines bio

#

I wanna see u do that now

#

I changed it to big number thank u kate

#

I sure hope noone has a longer bio than this!!!

leaden spire
#

i guess you could set it at 190 or whatever the character limit is now but I think just really large makes it obvious that it's not some magic number that was carefully chosen

#

the more silly thing is why line clamp even impacts the line wrapping like that oh well xd

jolly oriole
#

needs a comma between the selectors, otherwise the user popout shows correctly, but the full view gets cut-off

west lark
#

hi uuh