diff options
| author | Factiven <[email protected]> | 2023-09-25 00:44:40 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-25 00:44:40 +0700 |
| commit | 1a85c2571690ba592ac5183d5eadaf9846fe532b (patch) | |
| tree | 3f3552c00cd49c0eeab5275275cf5cf5666e5027 /styles/globals.css | |
| parent | Delete .github/workflows/deploy.yml (diff) | |
| download | moopa-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/globals.css')
| -rw-r--r-- | styles/globals.css | 10 |
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; |