mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 02:02:19 +00:00
Merge pull request #1880 from snicker/develop
super awesome mega-fix with unintended awesome collateral-fixes
This commit is contained in:
commit
b723bc17dd
2 changed files with 6 additions and 1 deletions
|
|
@ -29,6 +29,11 @@
|
|||
.own-message
|
||||
border-left: 4px solid #333
|
||||
padding-left: 2px
|
||||
|
||||
markdown
|
||||
|
||||
p:first-child
|
||||
display:inline
|
||||
|
||||
// Name tags
|
||||
.label-contributor-1, .label-contributor-2
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ li(ng-repeat='message in group.chat', ng-class='{highlight: isUserMentioned(user
|
|||
a.label.chat-message(class='label-contributor-{{message.contributor.level}}', ng-class='{"label-npc": message.backer.npc}', ng-click='clickMember(message.uuid, true)')
|
||||
span(tooltip='{{contribText(message.contributor, message.backer)}}') {{message.user}}
|
||||
|
|
||||
span(ng-bind-html="message.text | linky:'_blank'")
|
||||
markdown(ng-model='message.text')
|
||||
| -
|
||||
span.muted.time(from-now='message.timestamp')
|
||||
a(ng-show='user.contributor.admin || message.uuid == user.id', ng-click='deleteChatMessage(group, message)')
|
||||
|
|
|
|||
Loading…
Reference in a new issue