mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
style: Adjust button min-width and update video markers in recording.md
This commit is contained in:
parent
92bd446d09
commit
bb816eae83
1 changed files with 3 additions and 2 deletions
|
@ -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."],
|
||||
],
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue