From 7e33153f834b4712172f8e06e90ec4eda3cca028 Mon Sep 17 00:00:00 2001 From: zephex-alt <166333351+zephex-alt@users.noreply.github.com> Date: Mon, 29 Apr 2024 07:11:35 +0000 Subject: adjusted the images' width and height --- src/app/anime/search/components/fetchedInfo.js | 1 - src/app/anime/search/search.module.css | 10 +++++----- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'src/app/anime/search') 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) {
diff --git a/src/app/anime/search/search.module.css b/src/app/anime/search/search.module.css index d1b4c53..6799bac 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; } @@ -86,7 +86,7 @@ justify-content: space-between; align-items: center; padding: 5px; - margin: 10px 10px 0px 0px; + margin: 0px 10px 1rem 0px; border-radius: 0.5rem; transition: opacity 200ms ease-in, background-color 200ms linear; background-color: #242424d0; @@ -96,7 +96,7 @@ .anime p { color: white; width: 20dvw; - font-family: "Atkinson Hyperlegible", serif; + font-family: "Lexend Deca", serif; font-size: 18px; } -- cgit v1.2.3 From 75554bf84c7520c0bff2d4e7f14141577319dbda Mon Sep 17 00:00:00 2001 From: zephex-alt <166333351+zephex-alt@users.noreply.github.com> Date: Mon, 29 Apr 2024 19:02:30 +0000 Subject: late night fuckery --- src/app/anime/search/search.module.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/app/anime/search') diff --git a/src/app/anime/search/search.module.css b/src/app/anime/search/search.module.css index 6799bac..a1acc27 100644 --- a/src/app/anime/search/search.module.css +++ b/src/app/anime/search/search.module.css @@ -55,6 +55,7 @@ .animeEntry { display: flex; overflow-x: auto; + margin-bottom: 1rem; } .animeEntry .anime { @@ -86,7 +87,7 @@ justify-content: space-between; align-items: center; padding: 5px; - margin: 0px 10px 1rem 0px; + margin: 0 10px 0 0; border-radius: 0.5rem; transition: opacity 200ms ease-in, background-color 200ms linear; background-color: #242424d0; -- cgit v1.2.3 From b9059d978d2b86e15aa7c3846ef71fc62f711486 Mon Sep 17 00:00:00 2001 From: zephex-alt <166333351+zephex-alt@users.noreply.github.com> Date: Tue, 30 Apr 2024 04:08:49 +0000 Subject: small fixes --- src/app/anime/search/search.module.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/app/anime/search') diff --git a/src/app/anime/search/search.module.css b/src/app/anime/search/search.module.css index a1acc27..7f0ef67 100644 --- a/src/app/anime/search/search.module.css +++ b/src/app/anime/search/search.module.css @@ -79,7 +79,6 @@ .animeEntry::-webkit-scrollbar-thumb { background-color: rgba(196, 196, 196, 0.692); border-radius: 5px; - } .anime { @@ -91,7 +90,6 @@ border-radius: 0.5rem; transition: opacity 200ms ease-in, background-color 200ms linear; background-color: #242424d0; - } .anime p { @@ -113,4 +111,4 @@ .anime p { width: 50dvw; } -} \ No newline at end of file +} -- cgit v1.2.3