Commit 9b020a4b authored by Randall Leeds's avatar Randall Leeds

Merge pull request #2394 from hypothesis/frontend-fixes

Two front-end fixes
parents 4c7dfada 98c865c6
......@@ -184,6 +184,7 @@ privacy {
.annotation-collapsed-replies {
display: inline;
margin-left: .25em;
}
}
}
......@@ -63,12 +63,9 @@ $thread-padding: 1em;
}
}
.thread-message {
margin-bottom: .5em;
}
.thread-message,
.thread-deleted {
margin: .8em 0;
margin: .5em 0;
}
.thread-load-more {
......
......@@ -103,7 +103,7 @@
</tags-input>
</div>
<div class="annotation-section tags tags-read-only"
<div class="annotation-body tags tags-read-only"
ng-if="vm.annotation.tags.length && !vm.editing">
<ul class="tag-list">
<li class="tag-item" ng-repeat="tag in vm.annotation.tags">
......
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