mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 10:56:15 +08:00
UX: crawler view always shows 0 votes, hide count (#15903)
This commit is contained in:
parent
8025768fd2
commit
55007fbf55
|
@ -143,3 +143,8 @@ body.crawler {
|
|||
padding: 0.5em 1em 0.5em 0;
|
||||
}
|
||||
}
|
||||
|
||||
.poll-info {
|
||||
// crawler vote count always shows 0
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user