BigW Consortium Gitlab

Commit b5b562a3 by Filipa Lacerda

[ci skip] Fix alignment problems

parent 7c130bf4
......@@ -39,7 +39,7 @@
return {
'is-editing': this.isEditing,
'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,
};
},
......@@ -123,8 +123,7 @@
class="note timeline-entry"
:id="noteAnchorId"
:class="classNameBindings"
:data-award-url="note.toggle_award_path"
:note-id="note.id">
:data-award-url="note.toggle_award_path">
<div class="timeline-entry-inner">
<div class="timeline-icon">
<user-avatar-link
......
......@@ -92,7 +92,7 @@
data-position="right"
href="#"
title="Add reaction">
<loading-icon />
<loading-icon :inline="true" />
<span
v-html="emojiSmiling"
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