aboutsummaryrefslogtreecommitdiff
path: root/src/app/kdrama/kdrama.css
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-03-21 23:33:39 +0530
committerreal-zephex <[email protected]>2024-03-21 23:33:39 +0530
commit500ee5433bd6eabf27fc9723a04cfb6a4e66624a (patch)
treefd4b929a6375fa62b816e901b47230759ba4c2f4 /src/app/kdrama/kdrama.css
parentughh (diff)
downloaddramalama-500ee5433bd6eabf27fc9723a04cfb6a4e66624a.tar.xz
dramalama-500ee5433bd6eabf27fc9723a04cfb6a4e66624a.zip
fix: fixed the backed. let's hope it stays this way
Diffstat (limited to 'src/app/kdrama/kdrama.css')
-rw-r--r--src/app/kdrama/kdrama.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/app/kdrama/kdrama.css b/src/app/kdrama/kdrama.css
index 9b8617f..7595de7 100644
--- a/src/app/kdrama/kdrama.css
+++ b/src/app/kdrama/kdrama.css
@@ -91,8 +91,8 @@
.popupEntry img {
- width: 120px;
- height: "auto";
+ width: auto;
+ height: auto;
padding: 5px;
border-radius: 10px;
@@ -148,7 +148,8 @@
}
.dramaImage {
- width: 160px;
+ width: auto;
+ height: auto;
border-radius: 10px;
}