aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorFactiven <[email protected]>2023-09-25 00:44:40 +0700
committerGitHub <[email protected]>2023-09-25 00:44:40 +0700
commit1a85c2571690ba592ac5183d5eadaf9846fe532b (patch)
tree3f3552c00cd49c0eeab5275275cf5cf5666e5027 /styles
parentDelete .github/workflows/deploy.yml (diff)
downloadmoopa-4.1.0.tar.xz
moopa-4.1.0.zip
Update v4.1.0 (#79)v4.1.0
* Update v4.1.0 * Update pages/_app.js
Diffstat (limited to 'styles')
-rw-r--r--styles/globals.css10
1 files changed, 10 insertions, 0 deletions
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;