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) {
|
||||
min-height: 30px;
|
||||
margin-bottom: 0.25em;
|
||||
|
||||
li {
|
||||
display: inline;
|
||||
}
|
||||
|
@ -76,6 +78,10 @@ div.poll {
|
|||
.poll-voters-toggle-expand {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
|
||||
.spinner {
|
||||
margin-top: 0.25em;
|
||||
}
|
||||
}
|
||||
|
||||
.results {
|
||||
|
|
Loading…
Reference in New Issue