-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/mew content display #171
Conversation
mattyg
commented
Aug 3, 2023
•
edited
Loading
edited
- fix: break long words to fit into mew content div
- fix: ensure that links are not broken into new lines in webkit
- feat: change styling of 'show more' button for truncated mew content
- feat: remove 'show less' button for truncated mew content
- feat: do not truncate mew content in its yarn view, nor in create mew dialog
- fix: truncate a single word longer than truncation length at the truncation length - 15 chars
- fix: break long words in mew quotes to fit into mew embed div
…remove 'show less' button
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comments
…the truncation length, with room for ellipses and button
Works fantastically! After creating a mew with long text, I'm taken to the mewsfeed and that very mew I just created isn't abbreviated. That's intentional, I suppose?! |
Yep, the mew is only abbreviated if more than 300 characters |