From bb816eae83b0587b703cafaec88e3e99deabff6a Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 14 Mar 2025 08:10:26 -0700 Subject: [PATCH] style: Adjust button min-width and update video markers in recording.md --- aider/website/examples/recording.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/aider/website/examples/recording.md b/aider/website/examples/recording.md index 64d2caf09..9f1115f2f 100644 --- a/aider/website/examples/recording.md +++ b/aider/website/examples/recording.md @@ -78,6 +78,7 @@ layout: minimal font-size: 18px; text-align: center; display: inline-block; + min-width: 200px; max-width: 90%; } @@ -153,8 +154,8 @@ document.addEventListener('DOMContentLoaded', function() { theme: "aider", poster: "npt:0:01", markers: [ - [3.0, "Hello, this is a test. This is only a test."], - [300.0, "Hello!"], + [1.0, "Hello!"], + [5.0, "Hello, this is a test. This is only a test."], ], } );