mirror of
https://github.com/discourse/discourse.git
synced 2026-08-03 01:49:44 -05:00
UX: don't show 0 vote count in crawler or print view
This commit is contained in:
@@ -119,3 +119,13 @@ div.poll {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// hides 0 vote count in crawler and print view
|
||||
body.crawler {
|
||||
.poll {
|
||||
.poll-info,
|
||||
.poll-button {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user