mirror of
https://github.com/go-gitea/gitea.git
synced 2024-12-16 02:09:18 +08: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;
|
||
|
}
|