aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/search
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/anime/search')
-rw-r--r--src/app/anime/search/page.jsx14
-rw-r--r--src/app/anime/search/search.module.css1
2 files changed, 9 insertions, 6 deletions
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 (
- <div style={{marginBottom: -15}}>
+ <div style={{ marginBottom: -15 }}>
<div className={styles.inputContainer}>
<div className={styles.searchContainer}>
<FaSearch className={styles.searchIcon} />
@@ -48,11 +48,13 @@ export default function Input() {
className={styles.SearchInput}
></input>
</div>
- <button>
- <Link href={"/anime/history/continueWatching"}>
- History
- </Link>
- </button>
+ <div>
+ <button>
+ <Link href={"/anime/history/continueWatching"}>
+ History
+ </Link>
+ </button>
+ </div>
</div>
{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;