From b7317a02d595d613639e9acac6965c14c5609716 Mon Sep 17 00:00:00 2001 From: goodmice Date: Tue, 25 Oct 2022 19:32:52 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=BB=D1=83=D1=87=D1=88=D0=B5=D0=BD?= =?UTF-8?q?=D0=BE=20=D0=BE=D1=82=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BB=D0=BE=D0=B3=D0=BE=D1=82=D0=B8=D0=BF=D0=B0?= =?UTF-8?q?=20=D0=B2=20=D0=BC=D0=B5=D0=BD=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/images/Logo.tsx | 4 ++-- src/styles/layout.less | 8 ++------ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/images/Logo.tsx b/src/images/Logo.tsx index a85f269..2dd724b 100755 --- a/src/images/Logo.tsx +++ b/src/images/Logo.tsx @@ -5,8 +5,8 @@ export type LogoProps = React.SVGProps & { onlyIcon?: boolean } -export const Logo = memo(({ size = 200, onlyIcon, ...props }) => ( - +export const Logo = memo(({ size = 170, onlyIcon, ...props }) => ( + diff --git a/src/styles/layout.less b/src/styles/layout.less index 7cad243..4d5861f 100644 --- a/src/styles/layout.less +++ b/src/styles/layout.less @@ -55,12 +55,8 @@ & .sider-toogle { display: flex; - justify-content: center; - align-items: center; - width: 100%; - // padding: 10px; - height: 100px !important; - color: @link-color; + padding: 0; + margin: 10px; border: none; outline: none; background-color: transparent;