From 1a85c2571690ba592ac5183d5eadaf9846fe532b Mon Sep 17 00:00:00 2001 From: Factiven Date: Mon, 25 Sep 2023 00:44:40 +0700 Subject: Update v4.1.0 (#79) * Update v4.1.0 * Update pages/_app.js --- styles/globals.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'styles') diff --git a/styles/globals.css b/styles/globals.css index 29816d6..256a4f5 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -258,6 +258,16 @@ input:checked ~ span:last-child { } } +/* Player CSS */ + +.art-video-player .art-bottom { + @apply bg-none; +} + +.parent-player-title { + @apply pointer-events-none px-2 py-4 absolute bottom-[90dvh] bg-white w-full h-full bg-gradient-to-b from-black/50 from-5% to-50% to-transparent z-50; +} + /* Add this CSS to your global styles or a component-specific CSS file */ pre { color: #f8f8f2; -- cgit v1.2.3