aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/search
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-04-30 09:43:00 +0530
committerGitHub <[email protected]>2024-04-30 09:43:00 +0530
commitdf1e72a7efc7f7df773e022753a6808a26989300 (patch)
treed28d3f9c32b7e2fca6bad3caffde3a93384a953c /src/app/anime/search
parentMerge pull request #5 from zephex-alt/master (diff)
parentsmall fixes (diff)
downloaddramalama-df1e72a7efc7f7df773e022753a6808a26989300.tar.xz
dramalama-df1e72a7efc7f7df773e022753a6808a26989300.zip
Merge pull request #6 from zephex-alt/master
Fixes and Improvements - 2
Diffstat (limited to 'src/app/anime/search')
-rw-r--r--src/app/anime/search/components/fetchedInfo.js1
-rw-r--r--src/app/anime/search/search.module.css15
2 files changed, 7 insertions, 9 deletions
diff --git a/src/app/anime/search/components/fetchedInfo.js b/src/app/anime/search/components/fetchedInfo.js
index d88797b..359e745 100644
--- a/src/app/anime/search/components/fetchedInfo.js
+++ b/src/app/anime/search/components/fetchedInfo.js
@@ -32,7 +32,6 @@ export default async function fetchedInfo(data) {
<p
style={{
color: "white",
- fontFamily: "Kanit",
fontSize: 18,
}}
>
diff --git a/src/app/anime/search/search.module.css b/src/app/anime/search/search.module.css
index d1b4c53..7f0ef67 100644
--- a/src/app/anime/search/search.module.css
+++ b/src/app/anime/search/search.module.css
@@ -1,6 +1,6 @@
.waitWhileLoading {
font-size: 18px;
- font-family: "Atkinson Hyperlegible";
+ font-family: "Lexend Deca", serif;
text-align: center;
color: white;
}
@@ -18,7 +18,7 @@
outline: none;
border: none;
color: white;
- font-family: "Atkinson Hyperlegible";
+ font-family: "Lexend Deca", serif;
}
.inputContainer button a {
@@ -33,7 +33,7 @@
outline: none;
background: none;
width: 100%;
- font-family: "Atkinson Hyperlegible", serif;
+ font-family: "Lexend Deca", serif;
font-size: 16px;
}
@@ -55,6 +55,7 @@
.animeEntry {
display: flex;
overflow-x: auto;
+ margin-bottom: 1rem;
}
.animeEntry .anime {
@@ -78,7 +79,6 @@
.animeEntry::-webkit-scrollbar-thumb {
background-color: rgba(196, 196, 196, 0.692);
border-radius: 5px;
-
}
.anime {
@@ -86,17 +86,16 @@
justify-content: space-between;
align-items: center;
padding: 5px;
- margin: 10px 10px 0px 0px;
+ margin: 0 10px 0 0;
border-radius: 0.5rem;
transition: opacity 200ms ease-in, background-color 200ms linear;
background-color: #242424d0;
-
}
.anime p {
color: white;
width: 20dvw;
- font-family: "Atkinson Hyperlegible", serif;
+ font-family: "Lexend Deca", serif;
font-size: 18px;
}
@@ -112,4 +111,4 @@
.anime p {
width: 50dvw;
}
-} \ No newline at end of file
+}