Commit b5b562a3 authored by Filipa Lacerda's avatar Filipa Lacerda

[ci skip] Fix alignment problems

parent 7c130bf4
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
return { return {
'is-editing': this.isEditing, 'is-editing': this.isEditing,
'disabled-content': this.isDeleting, 'disabled-content': this.isDeleting,
'js-my-note': this.author.id === this.currentUserId, //'js-my-note': this.author.id === this.currentUserId,
target: this.targetNoteHash === this.noteAnchorId, target: this.targetNoteHash === this.noteAnchorId,
}; };
}, },
...@@ -123,8 +123,7 @@ ...@@ -123,8 +123,7 @@
class="note timeline-entry" class="note timeline-entry"
:id="noteAnchorId" :id="noteAnchorId"
:class="classNameBindings" :class="classNameBindings"
:data-award-url="note.toggle_award_path" :data-award-url="note.toggle_award_path">
:note-id="note.id">
<div class="timeline-entry-inner"> <div class="timeline-entry-inner">
<div class="timeline-icon"> <div class="timeline-icon">
<user-avatar-link <user-avatar-link
......
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
data-position="right" data-position="right"
href="#" href="#"
title="Add reaction"> title="Add reaction">
<loading-icon /> <loading-icon :inline="true" />
<span <span
v-html="emojiSmiling" v-html="emojiSmiling"
class="link-highlight award-control-icon-neutral"> class="link-highlight award-control-icon-neutral">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment