mirror of
https://github.com/go-gitea/gitea
synced 2024-11-07 18:54:25 +00:00
4804900ac9
Load asciicast css asynchronously. Related to #22448.
9 lines
119 B
Plaintext
9 lines
119 B
Plaintext
.asciinema-player-container {
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.asciinema-terminal {
|
|
overflow: hidden !important;
|
|
}
|