mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-22 16:46:28 +01:00
Slight modification to poll UI
This commit is contained in:
parent
dae2cb7614
commit
4ba9f485b4
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue