mirror of
https://github.com/go-gitea/gitea
synced 2024-11-11 20:41:34 +01:00
4804900ac9
Load asciicast css asynchronously. Related to #22448.
8 lines
119 B
Text
8 lines
119 B
Text
.asciinema-player-container {
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.asciinema-terminal {
|
|
overflow: hidden !important;
|
|
}
|