disable read-state indicator on mobile for now

This commit is contained in:
Sam 2014-06-03 15:33:00 +10:00
parent 6d9d010516
commit 86c0d890d6

View file

@ -563,3 +563,7 @@ blockquote {
.edits {margin-right: 5px;}
}
}
.read-state {
display: none;
}