This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

web/components: fix Combobox panel margin

Signed-off-by: eti <eti@eti.tf>

+1 -1
+1 -1
web/src/lib/components/ui/Combobox.svelte
··· 345 345 @supports (position-area: bottom) and (position-try: flip-block) { 346 346 .combobox-panel { 347 347 /* the gap to the trigger — margin, because position-area owns inset */ 348 - margin: 0.25rem; 348 + margin-top: 0.25rem; 349 349 position-try: flip-block; 350 350 } 351 351