mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-24 18:31:16 +01:00
More layout fiddling and error page
This commit is contained in:
@@ -6,8 +6,8 @@ type Props = HTMLAttributes<HTMLDivElement>;
|
||||
export function WindowDragRegion({ className, ...props }: Props) {
|
||||
return (
|
||||
<div
|
||||
className={classnames(className, 'w-full h-14 flex-shrink-0')}
|
||||
data-tauri-drag-region=""
|
||||
data-tauri-drag-region
|
||||
className={classnames(className, 'w-full h-8 flex-shrink-0 box-content')}
|
||||
{...props}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user