This commit is contained in:
afkarxyz
2025-11-24 14:52:47 +07:00
parent 73d8205f6f
commit 6ee3c2f653
22 changed files with 865 additions and 253 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ export function TitleBar() {
/>
{/* Window control buttons */}
<div className="absolute top-4 left-4 z-50 flex gap-2">
<div className="fixed top-4 left-4 z-50 flex gap-2">
<button
onClick={handleClose}
onMouseEnter={() => setHoveredButton("close")}