mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-21 00:49:17 +01:00
Try new layout and a bunch of editor fixes
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import classnames from 'classnames';
|
||||
import { HTMLAttributes } from 'react';
|
||||
import type { HTMLAttributes } from 'react';
|
||||
|
||||
type Props = HTMLAttributes<HTMLDivElement>;
|
||||
|
||||
export function WindowDragRegion({ className, ...props }: Props) {
|
||||
return (
|
||||
<div
|
||||
className={classnames(className, 'w-full h-11 flex-shrink-0 border-b border-gray-500/10')}
|
||||
className={classnames(className, 'w-full h-14 flex-shrink-0')}
|
||||
data-tauri-drag-region=""
|
||||
{...props}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user