From 4fe77c58e8db6d5923e9f04e4a6478d91fa93d99 Mon Sep 17 00:00:00 2001 From: insanity Date: Thu, 20 Jul 2017 19:41:12 +0900 Subject: [PATCH] layout --- src/ts/@overflow/app/views/layout/Layout.tsx | 76 ++---------- .../@overflow/app/views/layout/LeftMenu.tsx | 115 ++++++++---------- src/ts/@overflow/app/views/layout/LogoBar.tsx | 10 +- .../@overflow/app/views/layout/TitleBar.tsx | 4 +- 4 files changed, 67 insertions(+), 138 deletions(-) diff --git a/src/ts/@overflow/app/views/layout/Layout.tsx b/src/ts/@overflow/app/views/layout/Layout.tsx index 4b5e8ec..13f4910 100644 --- a/src/ts/@overflow/app/views/layout/Layout.tsx +++ b/src/ts/@overflow/app/views/layout/Layout.tsx @@ -34,72 +34,16 @@ export class Layout extends React.Component { public render(): JSX.Element { return ( - - - - - - -
- - {/* - {routes} - */} - - - {routes} - - - -