mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-22 16:46:28 +01:00
Add safe min-width for poll
This commit is contained in:
parent
b0808305ab
commit
871fe11d0f
1 changed files with 1 additions and 0 deletions
|
@ -975,6 +975,7 @@ a.card:is(:hover, :focus) {
|
|||
);
|
||||
overflow: hidden;
|
||||
box-shadow: inset 0 0 0 1px var(--bg-color);
|
||||
min-width: 50%;
|
||||
}
|
||||
.poll.loading {
|
||||
opacity: 0.5;
|
||||
|
|
Loading…
Reference in a new issue