mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
full username test in chat (_user.profile.name only part of the
equation), and min-height: 60px - was getting stacked longtext issue
This commit is contained in:
parent
06be572220
commit
ed1f3acded
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@
|
|||
.tavern-chat, .party-chat
|
||||
|
||||
li
|
||||
height 60px
|
||||
min-height 60px
|
||||
line-height 60px
|
||||
border-bottom 1px solid #ddd
|
||||
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@
|
|||
|
||||
|
||||
<chat-message:>
|
||||
<li class="{{#if indexOf(:message.text, _user.profile.name)}}highlight{{/if}}">
|
||||
<li class="{{#if indexOf(:message.text, username(_user.auth, _user.profile.name))}}highlight{{/if}}">
|
||||
<span
|
||||
class="label {{#if @message.npc}}label-success{{else if @message.contributor}}label-inverse{{else if equal(@message.uuid,_user.id)}}label-info{{/}} chat-message"
|
||||
rel='tooltip' title="{{@message.contributor}}{{@message.npc}}">
|
||||
|
|
|
|||
Loading…
Reference in a new issue