diff --git a/public/index.html b/public/index.html index 19b741f..2c92801 100644 --- a/public/index.html +++ b/public/index.html @@ -29,7 +29,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - React App + Danovin VOD diff --git a/src/components/Navbar/index.scss b/src/components/Navbar/index.scss index 40935db..00be9d9 100644 --- a/src/components/Navbar/index.scss +++ b/src/components/Navbar/index.scss @@ -13,6 +13,18 @@ a{ color: white; } + &--buttons{ + li{ + text-align: center; + padding: 6px 0px; + border-radius: 7px; + min-width : 130px; + font-family: numeralLight; + a{ + margin: 0px auto; + } + } + } } &___share{ background-color: #46454A; @@ -41,12 +53,7 @@ } &--buttons{ li{ - padding: 6px; - border-radius: 7px; - min-width : 100px; - text-align: center; - font-size: 14px; - font-family: numeralLight; + font-size: 18px; } } } @@ -79,13 +86,8 @@ } &--buttons{ li{ - padding: 6px; - border-radius: 7px; - min-width : 100px; - text-align: center; - font-size: calc(100vw / 95); - font-family: numeralLight; - + font-size: calc(100vw / 100); + min-width: 100px; } } } diff --git a/src/components/Navbar/index.tsx b/src/components/Navbar/index.tsx index ba8643f..1d82a69 100644 --- a/src/components/Navbar/index.tsx +++ b/src/components/Navbar/index.tsx @@ -32,7 +32,7 @@ export default function Navbar(props: any) { const { page } = props; const toggleDrawer = (anchor: any, open: any) => (event: any) => { - console.log('on'); + console.log("on"); if ( event && event.type === "keydown" && @@ -41,7 +41,7 @@ export default function Navbar(props: any) { return; } - setState({...state, [anchor]: open }); + setState({ ...state, [anchor]: open }); }; const list = (props: any, anchor: any) => ( @@ -59,6 +59,8 @@ export default function Navbar(props: any) { /> ); + + const userStatus = proxy.status(); return (