aboutsummaryrefslogtreecommitdiff
path: root/src/app/recent/recent.css
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-03-17 06:47:32 +0530
committerreal-zephex <[email protected]>2024-03-17 06:47:32 +0530
commitbb50d08f5e0476fc302ca45aa2e377471d10b118 (patch)
treeeeb9de9580c6812166bf754fd9abaef3f1695763 /src/app/recent/recent.css
parentminor fixes: tried to make the video player responsive but failed (diff)
downloaddramalama-bb50d08f5e0476fc302ca45aa2e377471d10b118.tar.xz
dramalama-bb50d08f5e0476fc302ca45aa2e377471d10b118.zip
minor fixes and feature improvements: added an indicator which shows when the animes are being loaded and also indicates when no anime with given title is found
Diffstat (limited to 'src/app/recent/recent.css')
-rw-r--r--src/app/recent/recent.css11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/app/recent/recent.css b/src/app/recent/recent.css
index 3fc5e26..aaca306 100644
--- a/src/app/recent/recent.css
+++ b/src/app/recent/recent.css
@@ -5,11 +5,10 @@
}
.trendingText {
- color: white;
+ color: #FEFFAC;
font-family: "Open Sans";
- font-size: 30px;
+ font-size: 26px;
margin: 10px;
- /* margin-bottom: 10px; */
}
.trending {
@@ -38,8 +37,8 @@
.trendingEntries img {
border-radius: 10px;
- width: 160px;
- height: 220px;
+ width: 150px;
+ height: 210px;
}
.trendingEntries p {
@@ -49,7 +48,7 @@
overflow-y: auto;
font-family: "Lato";
margin: 10px auto;
- font-size: 18px;
+ font-size: 16px;
}
.trendingEntries p::-webkit-scrollbar{