mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: crawler view always shows 0 votes, hide count (#15903)
This commit is contained in:
@@ -143,3 +143,8 @@ body.crawler {
|
||||
padding: 0.5em 1em 0.5em 0;
|
||||
}
|
||||
}
|
||||
|
||||
.poll-info {
|
||||
// crawler vote count always shows 0
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user