Skip to content

Commit

Permalink
Don't scale terminal on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunLawrie authored Mar 19, 2024
1 parent 25e88fe commit fb45cd9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions PwshSpectreConsole.Docs/src/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,9 @@ div.asciinema-player-theme-spectre span {

div.ap-play-button {
display: none;
}

div.ap-wrapper div.ap-player {
width: 100%;
overflow-x: auto;
}

0 comments on commit fb45cd9

Please sign in to comment.