Commit 98c865c6 authored by Jake Hartnell's avatar Jake Hartnell Committed by Randall Leeds

Small fixes for annotation card styles

- Collapsed threads don't show tags
- Collapsed threads should have space between user and reply count
- "Sign in required" card should have symmetric vertical margins
parent b29c9bac
......@@ -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