mirror of
https://github.com/ClipFusion-org/clipfusion.git
synced 2025-08-03 16:55:08 +00:00
ui: added sidebar padding
This commit is contained in:
parent
673b1ceedf
commit
f4c6a06ac1
@ -32,8 +32,8 @@ const items: DashboardItem[] = [
|
||||
|
||||
export const Dashboard = (): ReactNode => {
|
||||
return (
|
||||
<Sidebar>
|
||||
<SidebarHeader className="flex justify-center items-center mt-safe-or-2 ml-safe">
|
||||
<Sidebar className="pl-safe">
|
||||
<SidebarHeader className="flex justify-center items-center mt-safe-or-2">
|
||||
<Link href="/">
|
||||
<ClipFusionLogo width="30" height="30">
|
||||
<p className="font-bold text-xl select-none">ClipFusion</p>
|
||||
|
Loading…
Reference in New Issue
Block a user