aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/history
diff options
context:
space:
mode:
authorzephex-alt <[email protected]>2024-05-08 04:26:20 +0000
committerGitHub <[email protected]>2024-05-08 04:26:20 +0000
commitd4fdb4e3d6a3fbf042db8605d371605a64c8db4c (patch)
tree4c9e005c80a832be7a48975b97f15ace92be770d /src/app/anime/history
parentchanged search bar width for smaller devices (diff)
downloaddramalama-d4fdb4e3d6a3fbf042db8605d371605a64c8db4c.tar.xz
dramalama-d4fdb4e3d6a3fbf042db8605d371605a64c8db4c.zip
minor css fixes and added a new source for movies
Diffstat (limited to 'src/app/anime/history')
-rw-r--r--src/app/anime/history/continueWatching/page.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/anime/history/continueWatching/page.jsx b/src/app/anime/history/continueWatching/page.jsx
index 4b18adf..ecb73fc 100644
--- a/src/app/anime/history/continueWatching/page.jsx
+++ b/src/app/anime/history/continueWatching/page.jsx
@@ -48,8 +48,8 @@ const ContinueWatching = () => {
</div>
<Image
src={item.image}
- width={140}
- height={210}
+ width={167}
+ height={267}
alt="Continue anime poster"
priority
/>