From 7932b71d55f621ad5cfa4a96d637ce90f366a10c Mon Sep 17 00:00:00 2001 From: real-zephex Date: Thu, 21 Mar 2024 10:08:56 +0530 Subject: fixes: anime section is fully server rendered, added a loading screen for info and video page, minor css optimizations --- src/app/recent/recent.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/app/recent') diff --git a/src/app/recent/recent.css b/src/app/recent/recent.css index aaca306..7d17143 100644 --- a/src/app/recent/recent.css +++ b/src/app/recent/recent.css @@ -1,4 +1,3 @@ - .trendingContainer { display: flex; flex-direction: column; @@ -17,7 +16,7 @@ flex-direction: row; overflow-x: auto; margin: 0px auto; -} +} /* Customize scrollbar here */ .trending::-webkit-scrollbar { @@ -25,12 +24,13 @@ } .trendingEntries { - margin: 10px 10px 5px 5px; - text-align: center; + margin: 10px 10px 5px 5px; + text-align: center; cursor: pointer; transition: transform 0.2s ease; } + .trendingEntries:hover { transform: scale(1.03); } @@ -51,7 +51,7 @@ font-size: 16px; } -.trendingEntries p::-webkit-scrollbar{ +.trendingEntries p::-webkit-scrollbar { width: 5px; } -- cgit v1.2.3