UX: crawler view always shows 0 votes, hide count (#15903)

This commit is contained in:
Kris 2022-02-11 16:38:10 -05:00 committed by GitHub
parent 8025768fd2
commit 55007fbf55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -143,3 +143,8 @@ body.crawler {
padding: 0.5em 1em 0.5em 0;
}
}
.poll-info {
// crawler vote count always shows 0
display: none;
}