mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: prevents jumpyness when displaying poll voters (#9054)
This commit is contained in:
parent
acf337d583
commit
a4fc6ccc12
@ -67,7 +67,9 @@ div.poll {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.poll-voters:not(:empty) {
|
.poll-voters:not(:empty) {
|
||||||
|
min-height: 30px;
|
||||||
margin-bottom: 0.25em;
|
margin-bottom: 0.25em;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
@ -76,6 +78,10 @@ div.poll {
|
|||||||
.poll-voters-toggle-expand {
|
.poll-voters-toggle-expand {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
|
.spinner {
|
||||||
|
margin-top: 0.25em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.results {
|
.results {
|
||||||
|
Loading…
Reference in New Issue
Block a user