aboutsummaryrefslogtreecommitdiff
path: root/src/app/kdrama/styles/popular.module.css
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/kdrama/styles/popular.module.css
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/kdrama/styles/popular.module.css')
-rw-r--r--src/app/kdrama/styles/popular.module.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/app/kdrama/styles/popular.module.css b/src/app/kdrama/styles/popular.module.css
index 2975659..4fc8f18 100644
--- a/src/app/kdrama/styles/popular.module.css
+++ b/src/app/kdrama/styles/popular.module.css
@@ -44,14 +44,13 @@
margin: 4px;
background-color: #1f1f1fbb;
padding: 0.5rem;
- transition: opacity 200ms ease, transform 200ms ease, background-color 200ms ease;
+ transition: opacity 200ms ease, transform 200ms ease,
+ background-color 200ms ease;
cursor: grab;
border-radius: 1rem;
}
.AnimeEntry img {
- width: auto;
- height: 280px;
border-radius: 1rem;
}
@@ -59,9 +58,10 @@
text-align: center;
color: white;
font-family: "Lexend Deca", serif;
- width: 140px;
+ width: auto;
+ max-width: 190px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin: 0.5rem 0rem 0rem 0rem;
-} \ No newline at end of file
+}