mirror of https://github.com/go-gitea/gitea.git
11 lines
328 B
CSS
11 lines
328 B
CSS
.asciinema-player-container {
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
/* Related: https://github.com/asciinema/asciinema-player/blob/develop/src/components/Terminal.js : <div class="ap-term" ...>
|
|
Old PR: Fix UI regression of asciinema player https://github.com/go-gitea/gitea/pull/26159 */
|
|
.ap-term {
|
|
overflow: hidden !important;
|
|
}
|