Added user avatars next to their chosen option

This commit is contained in:
2021-03-27 21:15:07 +01:00
parent 67c02f458c
commit 0448f995f7
3 changed files with 23 additions and 8 deletions

View File

@ -60,8 +60,6 @@ header {
}
.poll .header {
/*display: flex;
align-items: center;*/
margin-bottom: 8px;
}
@ -89,3 +87,9 @@ header {
datewrapper time {
grid-column: 2;
}
.options {
display: grid;
grid-template-columns: auto 1fr;
grid-column-gap: 8px;
}