mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
style: Limit asciinema player height to 80% of viewport
This commit is contained in:
parent
e0d5d35e32
commit
768df05692
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ layout: minimal
|
|||
<link rel="stylesheet" type="text/css" href="/assets/asciinema/asciinema-player.css" />
|
||||
|
||||
|
||||
<div id="demo"></div>
|
||||
<div id="demo" style="max-height: 80vh; overflow: hidden;"></div>
|
||||
<script src="/assets/asciinema/asciinema-player.min.js"></script>
|
||||
|
||||
<script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue