Files
tolaria/src/components/propertyPanelLayout.ts

6 lines
173 B
TypeScript
Raw Normal View History

import type { CSSProperties } from 'react'
export const PROPERTY_PANEL_COLUMN_STYLE = {
gridTemplateColumns: 'fit-content(50%) minmax(0, 1fr)',
} satisfies CSSProperties