From d4fdb4e3d6a3fbf042db8605d371605a64c8db4c Mon Sep 17 00:00:00 2001 From: zephex-alt <166333351+zephex-alt@users.noreply.github.com> Date: Wed, 8 May 2024 04:26:20 +0000 Subject: minor css fixes and added a new source for movies --- src/app/anime/search/page.jsx | 14 ++++++++------ src/app/anime/search/search.module.css | 1 + 2 files changed, 9 insertions(+), 6 deletions(-) (limited to 'src/app/anime/search') diff --git a/src/app/anime/search/page.jsx b/src/app/anime/search/page.jsx index bf399cf..f543fd8 100644 --- a/src/app/anime/search/page.jsx +++ b/src/app/anime/search/page.jsx @@ -33,7 +33,7 @@ export default function Input() { }; return ( -
+
@@ -48,11 +48,13 @@ export default function Input() { className={styles.SearchInput} >
- +
+ +
{loading && ( diff --git a/src/app/anime/search/search.module.css b/src/app/anime/search/search.module.css index 185f6d5..f3c5b85 100644 --- a/src/app/anime/search/search.module.css +++ b/src/app/anime/search/search.module.css @@ -40,6 +40,7 @@ .searchContainer { display: flex; align-items: center; + justify-content: center; margin: 20px 0px 20px 0px; background-color: #121212; padding: 10px; -- cgit v1.2.3