UX: prevents jumpyness when displaying poll voters (#9054)

This commit is contained in:
Joffrey JAFFEUX 2020-02-27 11:09:54 +01:00 committed by GitHub
parent acf337d583
commit a4fc6ccc12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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 {