fix poll footer

This commit is contained in:
Henry Jameson 2025-03-13 02:14:00 +02:00
parent 5ac676bd21
commit 42a88fbb13

View file

@ -43,11 +43,6 @@
transition: width 0.5s; transition: width 0.5s;
} }
.option-vote {
display: flex;
align-items: center;
}
input { input {
width: 3.5em; width: 3.5em;
} }
@ -55,6 +50,7 @@
.footer { .footer {
display: flex; display: flex;
align-items: center; align-items: center;
flex-wrap: wrap;
} }
&.loading * { &.loading * {