mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-04 08:17:24 -05: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;
|
|
}
|