Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
e9ff4214fd
commit
ea634653ff
@@ -105,7 +105,9 @@ export function AppShell({ children }: { children: ReactNode }) {
|
||||
<Scale className="h-5 w-5 shrink-0" />
|
||||
<span className="font-serif text-lg truncate">Counsel</span>
|
||||
</Link>
|
||||
<div className="flex items-center gap-2">
|
||||
<div className="flex items-center gap-1.5">
|
||||
<QuickAddTime />
|
||||
<QuickAddExpense />
|
||||
<HeaderTimer />
|
||||
<Button variant="ghost" size="sm" onClick={handleSignOut} className="text-sidebar-foreground">
|
||||
<LogOut className="h-4 w-4" />
|
||||
@@ -114,8 +116,10 @@ export function AppShell({ children }: { children: ReactNode }) {
|
||||
</div>
|
||||
|
||||
<main className="flex-1 min-w-0 md:ml-0 mt-14 md:mt-0">
|
||||
{/* Desktop top bar with timer */}
|
||||
<div className="hidden md:flex h-14 items-center justify-end gap-3 px-6 border-b bg-card">
|
||||
{/* Desktop top bar with quick-add and timer */}
|
||||
<div className="hidden md:flex h-14 items-center justify-end gap-2 px-6 border-b bg-card">
|
||||
<QuickAddTime />
|
||||
<QuickAddExpense />
|
||||
<HeaderTimer />
|
||||
</div>
|
||||
<div className="md:hidden flex overflow-x-auto gap-1 px-3 py-2 border-b bg-card">
|
||||
|
||||
Reference in New Issue
Block a user