You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

asciicast.less 184B

12345678910
  1. @import "../asciinema-player/dist/bundle/asciinema-player.css";
  2. .asciinema-player-container {
  3. width: 100%;
  4. height: auto;
  5. }
  6. .asciinema-terminal {
  7. overflow: hidden !important;
  8. }