add setting

This commit is contained in:
Eduard Gert
2026-05-06 14:21:01 +02:00
parent c3f9514182
commit 553be144b4
12 changed files with 173 additions and 25 deletions

View File

@@ -1,8 +1,7 @@
export default function PlaceholderHeader() {
return (
<div
className="h-[36px] shrink-0 cursor-default"
style={{ "--wails-draggable": "drag" } as React.CSSProperties}
className="h-[36px] shrink-0 cursor-default wails-draggable"
/>
);
}

View File

@@ -120,7 +120,7 @@ export const ProfileSelector = ({ email = "" }: Props) => {
<button
type="button"
className={
"h-11 rounded-md text-nb-gray-300 flex items-center gap-1 text-xs hover:bg-nb-gray-930 data-[state=open]:bg-nb-gray-930 px-2 -mx-2 outline-none cursor-default transition-colors duration-150"
"h-11 rounded-md text-nb-gray-300 flex items-center gap-1 text-xs hover:bg-nb-gray-930 data-[state=open]:bg-nb-gray-930 px-2 -mx-1 outline-none cursor-default transition-colors duration-150"
}
>
<div