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 { ...@@ -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