From 929a55ee6c63f947c770155fe382ce98bfd321d7 Mon Sep 17 00:00:00 2001 From: Kata Date: Tue, 19 Mar 2019 21:47:13 -0500 Subject: [PATCH] minor styling adjustments of header --- ui/components/header/auth.js | 3 ++- ui/components/header/common.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ui/components/header/auth.js b/ui/components/header/auth.js index e7d5b0e..a1861cc 100644 --- a/ui/components/header/auth.js +++ b/ui/components/header/auth.js @@ -23,7 +23,8 @@ const LogoBox = styled.a` const StyledServerPic = styled(DiscordIcon)` border-radius: 100%; - box-shadow: inset 0 0 5px rgba(0,0,0,0.3); + box-shadow: 0 0 1px rgba(0,0,0,0.1); + border: 1px solid rgba(0,0,0,0.25); height: 35px; width: 35px; margin-right: 10px; diff --git a/ui/components/header/common.js b/ui/components/header/common.js index 689c5ff..b5c49f2 100644 --- a/ui/components/header/common.js +++ b/ui/components/header/common.js @@ -47,7 +47,7 @@ export const Logomark = styled(logo.Logomark)` // const DebugBreakpoints = dynamic(() => import('../../kit/debug-breakpoints')) -const HeaderBarCommon = ({ children, noBackground }: CommonProps) => ( +const HeaderBarCommon = ({ children, noBackground = false }: CommonProps) => (
{ (process.env.NODE_ENV === 'development') && }