#Show full bio in the user popout instead
1 messages · Page 1 of 1 (latest)
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)
first is high number, second is unset, third is discord's original
try initial?
initial does the weird stuff too
I tested a whole bunch of values when i posted the first version of this snippet here
none?
none isn't a valid property value so it falls back to discord's 6
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
devtools stupid
but really large number is the only thing that worked for me when I made my snippet for it
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!!!
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
needs a comma between the selectors, otherwise the user popout shows correctly, but the full view gets cut-off
hi uuh