This commit is contained in:
2021-05-09 16:32:49 +02:00
parent f906d1dc00
commit 2173f122f8
2 changed files with 12 additions and 1 deletions

View File

@ -107,6 +107,12 @@ header .newpolllink svg {
stroke-width: 1em;
}
header .avatar {
width: 30px;
height: 30px;
margin-right: 4px;
}
/* Polls */
.poll {
display: inline-block;
@ -154,9 +160,11 @@ datewrapper time {
}
.poll .header .user .avatar {
width: 50px;
height: 50px;
}
.option-responses .avatar {
width: 20px;
height: 20px;
}
/* Success banner */