mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24: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;
|
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."],
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue