1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-07-16 15:04:19 -04:00
gitea/web_src/less/markup/asciicast.less
Jason Song 4804900ac9
Load asciicast css async (#22502)
Load asciicast css asynchronously.

Related to #22448.
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;
}