mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-29 05:49:11 +00:00
minor styling adjustments of header
This commit is contained in:
parent
30e4f547c2
commit
929a55ee6c
2 changed files with 3 additions and 2 deletions
|
@ -23,7 +23,8 @@ const LogoBox = styled.a`
|
||||||
|
|
||||||
const StyledServerPic = styled(DiscordIcon)`
|
const StyledServerPic = styled(DiscordIcon)`
|
||||||
border-radius: 100%;
|
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;
|
height: 35px;
|
||||||
width: 35px;
|
width: 35px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
|
|
@ -47,7 +47,7 @@ export const Logomark = styled(logo.Logomark)`
|
||||||
//
|
//
|
||||||
const DebugBreakpoints = dynamic(() => import('../../kit/debug-breakpoints'))
|
const DebugBreakpoints = dynamic(() => import('../../kit/debug-breakpoints'))
|
||||||
|
|
||||||
const HeaderBarCommon = ({ children, noBackground }: CommonProps) => (
|
const HeaderBarCommon = ({ children, noBackground = false }: CommonProps) => (
|
||||||
<Header noBackground={noBackground}>
|
<Header noBackground={noBackground}>
|
||||||
{ (process.env.NODE_ENV === 'development') && <DebugBreakpoints />}
|
{ (process.env.NODE_ENV === 'development') && <DebugBreakpoints />}
|
||||||
<HeaderInner>
|
<HeaderInner>
|
||||||
|
|
Loading…
Add table
Reference in a new issue