fun improvements #1

Merged
GKaszewski merged 21 commits from fun into main 2026-03-31 00:50:17 +00:00
Showing only changes of commit ce915d666b - Show all commits

View File

@@ -61,7 +61,7 @@ export default function Window({
<div <div
className={`rounded-lg border border-white/30 bg-white/70 shadow-window backdrop-blur-xl ${className}`} className={`rounded-lg border border-white/30 bg-white/70 shadow-window backdrop-blur-xl ${className}`}
> >
<div className="rounded-t-md overflow-hidden"> <div className="rounded-t-md overflow-hidden sticky top-0 z-10">
<div className="flex select-none items-center justify-between bg-gradient-to-b from-blue-500 to-window-title px-4 py-1.5 font-bold text-white text-sm"> <div className="flex select-none items-center justify-between bg-gradient-to-b from-blue-500 to-window-title px-4 py-1.5 font-bold text-white text-sm">
<div className="flex items-center space-x-2"> <div className="flex items-center space-x-2">
<span>{title}</span> <span>{title}</span>