mirror of
https://github.com/discourse/discourse.git
synced 2025-02-22 04:07:27 +00: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;
|
padding: 0.5em 1em 0.5em 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.poll-info {
|
||||||
|
// crawler vote count always shows 0
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user