Commit eee434f5 authored by Randall Leeds's avatar Randall Leeds

fix #13 -- remove top level thread expander

parent 56bf24ef
......@@ -525,6 +525,15 @@ $threadexp-width: 1em;
.hyp-tag {
padding: 0.1em 0.3em; } } }
// Remove the expander from the top level annotation
.hyp-widget > .hyp-reply {
border-left: none;
margin-left: 0;
& > .hyp-threadexp {
display: none;
}
}
//EDITOR
.hyp-writer {
......
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