1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-04-27 13:16:28 +00:00
Jason Song 4804900ac9
Load asciicast css async ()
Load asciicast css asynchronously.

Related to .
2023-01-18 12:19:38 -06:00

9 lines
119 B
Plaintext

.asciinema-player-container {
width: 100%;
height: auto;
}
.asciinema-terminal {
overflow: hidden !important;
}