Slight modification to poll UI

This commit is contained in:
Lim Chee Aun 2023-03-30 15:17:58 +08:00
parent dae2cb7614
commit 4ba9f485b4

View file

@ -851,9 +851,10 @@ a.card:is(:hover, :focus) {
border-radius: 16px; border-radius: 16px;
border: 1px solid var(--outline-color); border: 1px solid var(--outline-color);
background-color: var(--bg-faded-color); background-color: var(--bg-faded-color);
width: fit-content;
} }
.poll-option { .poll-option {
padding: 4px; padding: 4px 8px;
display: flex; display: flex;
gap: 8px; gap: 8px;
justify-content: space-between; justify-content: space-between;