Add GraphQL variables editor

This commit is contained in:
Gregory Schier
2023-03-14 19:56:02 -07:00
parent 3247190a46
commit b761e3d9c1
8 changed files with 89 additions and 53 deletions

View File

@@ -26,7 +26,7 @@ export function Sidebar({ className }: Props) {
<div
className={classnames(
className,
'w-[15rem] bg-gray-100 h-full border-r border-gray-200 relative grid grid-rows-[auto,1fr]',
'w-[12rem] bg-gray-100 h-full border-r border-gray-200 relative grid grid-rows-[auto,1fr]',
)}
>
<HStack as={WindowDragRegion} alignItems="center" justifyContent="end">