style: Adjust button min-width and update video markers in recording.md

This commit is contained in:
Paul Gauthier 2025-03-14 08:10:26 -07:00 committed by Paul Gauthier (aider)
parent 92bd446d09
commit bb816eae83

View file

@ -78,6 +78,7 @@ layout: minimal
font-size: 18px; font-size: 18px;
text-align: center; text-align: center;
display: inline-block; display: inline-block;
min-width: 200px;
max-width: 90%; max-width: 90%;
} }
@ -153,8 +154,8 @@ document.addEventListener('DOMContentLoaded', function() {
theme: "aider", theme: "aider",
poster: "npt:0:01", poster: "npt:0:01",
markers: [ markers: [
[3.0, "Hello, this is a test. This is only a test."], [1.0, "Hello!"],
[300.0, "Hello!"], [5.0, "Hello, this is a test. This is only a test."],
], ],
} }
); );