UI - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: редизайн drafts stickies profile home и settings-shell

This commit is contained in:
DCCONSTRUCTIONS
2026-04-22 16:49:20 +03:00
parent aa9c278b59
commit 290b00d251
53 changed files with 287 additions and 180 deletions
@@ -13,10 +13,10 @@ export default function SettingsLayout() {
return (
<>
<ProjectsAppPowerKProvider />
<div className="relative flex size-full overflow-hidden rounded-lg border border-subtle">
<main className="relative flex size-full flex-col overflow-hidden">
<div className="relative flex size-full overflow-hidden bg-canvas p-2">
<main className="relative flex size-full flex-col overflow-hidden rounded-[1.6rem] border border-white/6 bg-[rgba(10,10,14,0.9)] shadow-[0_20px_48px_rgba(0,0,0,0.24)] backdrop-blur-2xl">
{/* Content */}
<ContentWrapper className="w-full bg-surface-1 md:flex">
<ContentWrapper className="w-full bg-transparent md:flex">
<div className="size-full overflow-hidden">
<Outlet />
</div>