From b27ec2088cd74c42333eac4ecb4827aa4a281c42 Mon Sep 17 00:00:00 2001 From: Joshua Zhang Date: Thu, 5 Mar 2026 18:09:00 +0800 Subject: [PATCH] Add buttons next/prev/top/end --- webnode/public/style.css | 8 +++- webnode/views/episode.ejs | 91 ++++++++++++++++++++++++++++++++++++++- 2 files changed, 97 insertions(+), 2 deletions(-) diff --git a/webnode/public/style.css b/webnode/public/style.css index 0d8463a..0c831a2 100644 --- a/webnode/public/style.css +++ b/webnode/public/style.css @@ -42,12 +42,18 @@ body { } .nav-left, -.nav-right { +.nav-right, +.nav-center { display: flex; align-items: center; gap: 4px; } +.nav-center { + flex: 1; + justify-content: center; +} + .nav-btn { width: 40px; height: 40px; diff --git a/webnode/views/episode.ejs b/webnode/views/episode.ejs index f9da5c1..4ea8667 100644 --- a/webnode/views/episode.ejs +++ b/webnode/views/episode.ejs @@ -23,7 +23,31 @@ - 00:00 +