diff --git a/test/src/components/Header.astro b/test/src/components/Header.astro index 2432f98..84c210d 100644 --- a/test/src/components/Header.astro +++ b/test/src/components/Header.astro @@ -9,7 +9,8 @@ import Switcher from './Switcher.astro' About Demo
- + MinPluto + Source Code
@@ -22,12 +23,14 @@ header { margin-top: -8px; max-width: 1200px; height: 64px; - .header-start { + color: white; + .header-start, .header-end { display: flex; align-items: center; gap: 12px; a { text-decoration: none; + color: white; &:hover { text-decoration: underline; } diff --git a/test/src/components/Info.astro b/test/src/components/Info.astro index b2c7823..d132983 100644 --- a/test/src/components/Info.astro +++ b/test/src/components/Info.astro @@ -9,7 +9,7 @@ const { Title, Description } = Astro.props
-

+

Documentation Package Source Code diff --git a/test/src/layouts/Default.astro b/test/src/layouts/Default.astro index 96846db..c8788f2 100644 --- a/test/src/layouts/Default.astro +++ b/test/src/layouts/Default.astro @@ -9,6 +9,7 @@ const { // Components import Header from '@components/Header.astro' import Info from '@components/Info.astro' +import Switcher from '@components/Switcher.astro' --- @@ -17,6 +18,10 @@ import Info from '@components/Info.astro'

+
+ +
+
@@ -27,13 +32,23 @@ import Info from '@components/Info.astro' + ## Data Streams All sources used in Zorn player, in this demo, are pulled directly from the SudoVanilla Ocean. The upload speed on SudoVanilla's internet connection is 10/Mpbs, which is slow for video and audio streaming. So while viewing the demo, expect buffering and some videos to lag a bit. diff --git a/test/src/pages/multi.astro b/test/src/pages/multi.astro index 5f70b1b..005eb2c 100644 --- a/test/src/pages/multi.astro +++ b/test/src/pages/multi.astro @@ -65,6 +65,9 @@ import Info from '@components/Info.astro' color: white; } } + body::before { + height: 370px !important; + } .video-container { position: relative; margin: 40px;