mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 00:56:23 +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-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;
|
||||||
|
|
Loading…
Reference in a new issue