mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
fix(chat): padding adjustment and tooltip placement
This commit is contained in:
@@ -12,10 +12,10 @@ div
|
|||||||
)
|
)
|
||||||
| {{msg.user}}
|
| {{msg.user}}
|
||||||
.svg-icon(v-html="tierIcon", v-if='showShowTierStyle')
|
.svg-icon(v-html="tierIcon", v-if='showShowTierStyle')
|
||||||
p.time(v-b-tooltip="", :title="msg.timestamp | date")
|
p.time
|
||||||
span.mr-1(v-if="msg.username") @{{ msg.username }}
|
span.mr-1(v-if="msg.username") @{{ msg.username }}
|
||||||
span.mr-1(v-if="msg.username") •
|
span.mr-1(v-if="msg.username") •
|
||||||
span {{ msg.timestamp | timeAgo }}
|
span(v-b-tooltip="", :title="msg.timestamp | date") {{ msg.timestamp | timeAgo }}
|
||||||
.text(v-html='atHighlight(parseMarkdown(msg.text))')
|
.text(v-html='atHighlight(parseMarkdown(msg.text))')
|
||||||
hr
|
hr
|
||||||
.d-flex(v-if='msg.id')
|
.d-flex(v-if='msg.id')
|
||||||
@@ -73,7 +73,7 @@ div
|
|||||||
}
|
}
|
||||||
|
|
||||||
.card-body {
|
.card-body {
|
||||||
padding: 1.25rem 1.25rem 0.75rem 1.25rem;
|
padding: 0.75rem 1.25rem 0.75rem 1.25rem;
|
||||||
|
|
||||||
.leader {
|
.leader {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user