Skip to content
Snippets Groups Projects

Fix single line status content mode in the chat list

Merged Eugenij requested to merge eugenijm/pleroma-fe:chat-list-single-line-fix into develop
2 unresolved threads

Fixes the top of the second line being visible in the chat list

single-line

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
275 275 white-space: nowrap;
276 276 text-overflow: ellipsis;
277 277 overflow: hidden;
278 height: 1.4em;
  • Eugenij added 1 commit

    added 1 commit

    • bd1e096e - Extract the first line via javascript instead of replying on CSS for the...

    Compare with previous version

  • 107 107 return this.mergedConfig.maxThumbnails
    108 108 },
    109 109 postBodyHtml () {
    110 const html = this.status.statusnet_html
    110 let html = this.status.statusnet_html
    111
    112 if (this.singleLine) {
    113 html = html.split('<br/>')[0]
  • mentioned in commit 7bd68467

  • Please register or sign in to reply
    Loading