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