Show full list of participants on mobile view (#193)

This commit is contained in:
Luke Vella 2022-06-01 09:43:34 +01:00 committed by GitHub
parent 53fa823857
commit 4ce5a1990e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 340 additions and 209 deletions

View file

@ -199,19 +199,17 @@ const PollPage: NextPage = () => {
) : null}
<div className="flex items-center space-x-3 px-4 py-2 sm:justify-end">
<span className="text-xs font-semibold text-slate-500">
Legend:
</span>
<span className="inline-flex items-center space-x-2">
<span className="text-xs font-semibold text-slate-500">Key:</span>
<span className="inline-flex items-center space-x-1">
<VoteIcon type="yes" />
<span className="text-xs text-slate-500">Yes</span>
</span>
<span className="inline-flex items-center space-x-2">
<span className="inline-flex items-center space-x-1">
<VoteIcon type="ifNeedBe" />
<span className="text-xs text-slate-500">If need be</span>
</span>
<span className="inline-flex items-center space-x-2">
<span className="inline-flex items-center space-x-1">
<VoteIcon type="no" />
<span className="text-xs text-slate-500">No</span>
</span>