aboutsummaryrefslogtreecommitdiff
path: root/src/app/movies/styles
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-05-14 01:02:50 +0530
committerreal-zephex <[email protected]>2024-05-14 01:02:50 +0530
commitc0e1e1a5ab734d254392e8bfcc7ace0e0ff3b6fa (patch)
tree271228b9cf8ba5bd80a79145216c84ee1144457d /src/app/movies/styles
parentminor changes to the kdrama page (diff)
parentMerge pull request #27 from real-zephex/improvement-2 (diff)
downloaddramalama-c0e1e1a5ab734d254392e8bfcc7ace0e0ff3b6fa.tar.xz
dramalama-c0e1e1a5ab734d254392e8bfcc7ace0e0ff3b6fa.zip
Merge branch 'master' of https://github.com/real-zephex/Dramalama-Next
Diffstat (limited to 'src/app/movies/styles')
-rw-r--r--src/app/movies/styles/info.module.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/app/movies/styles/info.module.css b/src/app/movies/styles/info.module.css
index a0da8d9..b848f7f 100644
--- a/src/app/movies/styles/info.module.css
+++ b/src/app/movies/styles/info.module.css
@@ -53,6 +53,15 @@
overflow: auto;
}
+.MovieDescription::-webkit-scrollbar {
+ width: 5px;
+}
+
+.MovieDescription::-webkit-scrollbar-thumb {
+ background-color: var(--nord-yellow);
+ border-radius: 1rem;
+}
+
.OtherInfo {
display: flex;
flex-direction: column;