mirror of
https://github.com/go-gitea/gitea
synced 2024-12-04 13:08:23 +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;
|
|
}
|