UX: don't show 0 vote count in crawler or print view
This commit is contained in:
parent
a895626d10
commit
9c5b5243fc
|
@ -119,3 +119,13 @@ div.poll {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// hides 0 vote count in crawler and print view
|
||||||
|
body.crawler {
|
||||||
|
.poll {
|
||||||
|
.poll-info,
|
||||||
|
.poll-button {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue