More subtle layout tweaks

This commit is contained in:
Gregory Schier
2023-03-06 08:57:57 -08:00
parent 8ad301a666
commit 7c1755a0dc
10 changed files with 75 additions and 107 deletions

View File

@@ -7,7 +7,7 @@ export function WindowDragRegion({ className, ...props }: Props) {
return (
<div
data-tauri-drag-region
className={classnames(className, 'w-full h-8 flex-shrink-0 box-content')}
className={classnames(className, 'w-full h-10 flex-shrink-0')}
{...props}
/>
);