diff options
| author | zephex-alt <[email protected]> | 2024-04-29 04:30:06 +0000 |
|---|---|---|
| committer | zephex-alt <[email protected]> | 2024-04-29 04:30:06 +0000 |
| commit | c60af963c720a71bd129e2bbe6af3d2b3775e4fc (patch) | |
| tree | 05297dfac7427a82b3be9744cfe4cba28e3b7727 /src | |
| parent | some seo stuff (diff) | |
| download | dramalama-c60af963c720a71bd129e2bbe6af3d2b3775e4fc.tar.xz dramalama-c60af963c720a71bd129e2bbe6af3d2b3775e4fc.zip | |
adjusted the width and height of the image just by a little
Diffstat (limited to 'src')
| -rw-r--r-- | src/app/anime/recent/recent.module.css | 3 | ||||
| -rw-r--r-- | src/app/anime/top-airing/trending.module.css | 3 | ||||
| -rw-r--r-- | src/app/kdrama/styles/popular.module.css | 3 | ||||
| -rw-r--r-- | src/app/page.jsx | 10 | ||||
| -rw-r--r-- | src/app/page.module.css | 3 |
5 files changed, 4 insertions, 18 deletions
diff --git a/src/app/anime/recent/recent.module.css b/src/app/anime/recent/recent.module.css index 3192e8a..47929ed 100644 --- a/src/app/anime/recent/recent.module.css +++ b/src/app/anime/recent/recent.module.css @@ -22,8 +22,7 @@ .Recent img {
width: auto;
- height: auto;
- max-height: 270px;
+ height: 280px;
}
.RecentContainer:hover .RecentEntries {
diff --git a/src/app/anime/top-airing/trending.module.css b/src/app/anime/top-airing/trending.module.css index f8cd0d8..1ce9b45 100644 --- a/src/app/anime/top-airing/trending.module.css +++ b/src/app/anime/top-airing/trending.module.css @@ -22,8 +22,7 @@ .trending img {
width: auto;
- height: auto;
- max-height: 280px;
+ height: 280px;
}
.TrendingContainer:hover .trendingEntries {
diff --git a/src/app/kdrama/styles/popular.module.css b/src/app/kdrama/styles/popular.module.css index 6d45d9a..2975659 100644 --- a/src/app/kdrama/styles/popular.module.css +++ b/src/app/kdrama/styles/popular.module.css @@ -51,8 +51,7 @@ .AnimeEntry img {
width: auto;
- height: auto;
- max-height: 280px;
+ height: 280px;
border-radius: 1rem;
}
diff --git a/src/app/page.jsx b/src/app/page.jsx index eb867ff..00cf807 100644 --- a/src/app/page.jsx +++ b/src/app/page.jsx @@ -24,16 +24,6 @@ export default function Home() { <p>Your one stop for all your kdrama needs</p> </Link> </div> - <div className={styles.netlify}> - <Link - href={"https://dramalama.netlify.app"} - target="_blank" - title="Use this if you are experiencing any issues with image loading and stuff like that. Vercel has some known limitations for image loading and other stuff and I seem to run out of them before a month ends so the images end up not loading. Sorry for the inconvience." - > - <h2>Netlify Instance</h2> - <p>comparitively slow but better</p> - </Link> - </div> </div> </div> </main> diff --git a/src/app/page.module.css b/src/app/page.module.css index 7c49077..f92b5d4 100644 --- a/src/app/page.module.css +++ b/src/app/page.module.css @@ -78,8 +78,7 @@ .manga, .anime, -.kdrama, -.netlify { +.kdrama { background-color: #121212e0; color: white; margin-top: 5px; |