diff --git a/front-end/public/slavery-whip.svg b/front-end/public/slavery-whip.svg new file mode 100644 index 00000000..a3aacff2 --- /dev/null +++ b/front-end/public/slavery-whip.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/front-end/src/app/globals.css b/front-end/src/app/globals.css index 4506815d..a94debc0 100644 --- a/front-end/src/app/globals.css +++ b/front-end/src/app/globals.css @@ -195,7 +195,7 @@ body { .friends { position: absolute; top: 5.9px; - right: 0vw; + right: 0; display: flex; flex-direction: row; align-items: center; @@ -429,6 +429,44 @@ body { padding-left: 0.4vw; } +#adminOptionsSettings{ + position: relative; + bottom: 0; + right: 0; + margin: 0.5em; + padding: 0.5em; + background: rgba(0, 0, 0, 0.47); + border: 2px rgba(0, 0, 0, 0.11); + box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.27); + border-radius: 8px; + z-index: 1; +} + +#muteDuration{ + position: relative; + width: 1vw; + bottom: 0; + right: 0; + margin: 0.5em; + padding: 0.5em; + background: rgba(0, 0, 0, 0.47); + border: 2px rgba(0, 0, 0, 0.11); + box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.27); + border-radius: 8px; + z-index: 1; +} + +#muteDuration input{ + background-color: #2d3748; + padding: 0.5rem; + border-radius: 0.5rem; + color: #f56565; + height: 1rem; + text-align: center; + outline:inset; + width:42% +} + .game{ display: inline; margin-inline: auto; diff --git a/front-end/src/app/home/page.tsx b/front-end/src/app/home/page.tsx index 4c6ae9c2..6176ef26 100644 --- a/front-end/src/app/home/page.tsx +++ b/front-end/src/app/home/page.tsx @@ -18,6 +18,7 @@ export default function ShowHomePage() { router.push("/auth"); else setIsTokenExists(true); + return; }); return ( isTokenExists ? diff --git a/front-end/src/app/layout.tsx b/front-end/src/app/layout.tsx index e035accf..8c1f1834 100644 --- a/front-end/src/app/layout.tsx +++ b/front-end/src/app/layout.tsx @@ -1,5 +1,4 @@ import { Providers } from "@/context/providers"; -import { NavBar } from '@/components/(ben_proto)/DevTools/NavBarDev' import './globals.css' import { Inter } from 'next/font/google' @@ -24,7 +23,6 @@ export default function RootLayout({ {/*