diff --git a/.github/workflows/workflow_disabled.yml b/.github/workflows/nextjs.yml similarity index 100% rename from .github/workflows/workflow_disabled.yml rename to .github/workflows/nextjs.yml diff --git a/src/app/components/Navbar.module.css b/src/app/components/Navbar.module.css index 284b74b..740bd5b 100644 --- a/src/app/components/Navbar.module.css +++ b/src/app/components/Navbar.module.css @@ -60,8 +60,20 @@ } .navList { padding: 14px 0px; - background: rgba(18, 17, 17, 0.523); - backdrop-filter: blur(5px); + background: rgba(11, 10, 10, 0.523); + backdrop-filter: blur(3px); + } + .navbar { + position: relative; + } + .navbar::after { + content: ""; + position: absolute; + width: 100vw; + height: 100vh; + top: 0; + background-color: #01010167; + z-index: -1; } } @media only screen and (max-width: 450px) { diff --git a/src/app/components/tabs/MemberTab.module.css b/src/app/components/tabs/MemberTab.module.css index 7c3fc93..b83aeff 100644 --- a/src/app/components/tabs/MemberTab.module.css +++ b/src/app/components/tabs/MemberTab.module.css @@ -32,5 +32,5 @@ display: flex; align-items: center; justify-content: space-between; - justify-content: start; + justify-content: flex-start; } \ No newline at end of file