mirror of
https://github.com/go-gitea/gitea
synced 2024-11-08 03:04:29 +00:00
11 lines
184 B
Plaintext
11 lines
184 B
Plaintext
|
@import "../asciinema-player/dist/bundle/asciinema-player.css";
|
||
|
|
||
|
.asciinema-player-container {
|
||
|
width: 100%;
|
||
|
height: auto;
|
||
|
}
|
||
|
|
||
|
.asciinema-terminal {
|
||
|
overflow: hidden !important;
|
||
|
}
|