pub / yt2html

Fetches Youtube content via RSS and provides a chronological timeline
git clone https://src.jayvii.de/pub/yt2html.git
Home | Log | Files | Exports | Refs | README | RSS

commit 10da55597a8f57ffaaa95f1b0582f0f78a107742
parent 3973d81ba351cdf55d22c50f6d85202f1d651dbf
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat, 29 Mar 2025 16:35:42 +0100

feat: simplify design of buttons

Diffstat:
Mindex.php | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/index.php b/index.php @@ -307,9 +307,9 @@ > <!-- Video Information --> - <div style="margin-bottom:0.5em;"> - <mark><?php echo $video["author"]; ?></mark> - <mark><?php echo date("Y-m-d, H:i:s", $video["time"]); ?></mark> + <div style="width:100%;margin-bottom:0.5em;"> + <span style="margin-right:0.25em;"><?php echo $video["author"]; ?></span> + <span style="margin-left:0.25em;"><?php echo date("Y-m-d, H:i:s", $video["time"]); ?></span> </div> <!-- Video Buttons --> @@ -332,7 +332,7 @@ </a> <!-- Chat Collapsable --> - <details class="button"> + <details> <summary> Description </summary>