We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f3320 commit 01af07bCopy full SHA for 01af07b
src/components/index-page/data-colocation/index.tsx
@@ -179,7 +179,7 @@ export function DataColocation() {
179
className="flex divide-neu-100 dark:divide-neu-50 dark:shadow-[0_.5px_20px_0_hsl(0_0_0/.25)] max-xl:w-full max-lg:gap-4 max-md:flex-col lg:rounded-lg lg:shadow-[0_.5px_20px_0_hsl(var(--color-neu-400))] lg:dark:bg-neu-50/10 xl:divide-x"
180
ref={figureRef}
181
>
182
- <div className="flex grow flex-col gap-y-4 sm:flex-col-reverse lg:p-4">
+ <div className="flex shrink-0 grow flex-col gap-y-4 sm:flex-col-reverse lg:p-4">
183
<FigureInfo />
184
<div className="sector-ring">
185
<FriendList friends={json.friends} />
0 commit comments