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: 1px solid var(--outline-color);
background-color: var(--bg-faded-color);
width: fit-content;
}
.poll-option {
padding: 4px;
padding: 4px 8px;
display: flex;
gap: 8px;
justify-content: space-between;