diff options
| author | real-zephex <[email protected]> | 2024-04-08 16:57:21 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-04-08 16:57:21 +0530 |
| commit | 9e42f2f67189845c6a88151743f30ad10a73a689 (patch) | |
| tree | 0467fc9539787ce1b1a0423adc9b9b0231090315 /src/app/components | |
| parent | small chanegs here and there, manga and anime pages are currently broken. cha... (diff) | |
| download | dramalama-9e42f2f67189845c6a88151743f30ad10a73a689.tar.xz dramalama-9e42f2f67189845c6a88151743f30ad10a73a689.zip | |
prolly the last update to dramalama.
Diffstat (limited to 'src/app/components')
| -rw-r--r-- | src/app/components/footer/footer.module.css | 2 | ||||
| -rw-r--r-- | src/app/components/header/header.jsx | 1 | ||||
| -rw-r--r-- | src/app/components/header/header.module.css | 7 |
3 files changed, 8 insertions, 2 deletions
diff --git a/src/app/components/footer/footer.module.css b/src/app/components/footer/footer.module.css index 8b1b7b6..8c70b62 100644 --- a/src/app/components/footer/footer.module.css +++ b/src/app/components/footer/footer.module.css @@ -3,7 +3,7 @@ left: 0; bottom: 0; width: 100%; - background-color: #1a1a1a; + background-color: #121212; display: flex; padding: 10px; justify-content: space-between; diff --git a/src/app/components/header/header.jsx b/src/app/components/header/header.jsx index b105bb6..bd8c389 100644 --- a/src/app/components/header/header.jsx +++ b/src/app/components/header/header.jsx @@ -26,7 +26,6 @@ export default function Header() { </Link> </div> </div> - <hr style={{ marginTop: "-3px" }} /> </div> ); } diff --git a/src/app/components/header/header.module.css b/src/app/components/header/header.module.css index 5ff32fd..da92d47 100644 --- a/src/app/components/header/header.module.css +++ b/src/app/components/header/header.module.css @@ -1,3 +1,10 @@ +.headMain { + position: fixed; + top: 0; + width: 100%; + background-color: #121212; +} + .headNav { display: flex; flex-direction: row; |