use universal window controls across platforms
This commit is contained in:
@@ -92,10 +92,10 @@ function TopBar() {
|
||||
const { data: particle } = useParticle(path);
|
||||
|
||||
return (
|
||||
<div className="drag-region flex items-center gap-3 border-b px-3 py-1 bg-muted">
|
||||
<div className="drag-region flex items-center gap-1 border-b bg-muted p-1">
|
||||
<WindowControls />
|
||||
|
||||
<Breadcrumb className="no-drag">
|
||||
<Breadcrumb className="no-drag px-2">
|
||||
<BreadcrumbList>
|
||||
<BreadcrumbItem className="text-xs">
|
||||
{segments.length === 0 ? (
|
||||
|
||||
Reference in New Issue
Block a user