diff options
author | Jason Song <i@wolfogre.com> | 2023-01-19 02:19:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-18 12:19:38 -0600 |
commit | 4804900ac935c5f9d4e47c0b0827be4c232bd0e5 (patch) | |
tree | 0633a4da2c4f685fbd999862ac25da5f3d962192 /web_src/less | |
parent | 326d29dce0cf2dcd5478f297d899f098aefaadaa (diff) | |
download | gitea-4804900ac935c5f9d4e47c0b0827be4c232bd0e5.tar.gz gitea-4804900ac935c5f9d4e47c0b0827be4c232bd0e5.zip |
Load asciicast css async (#22502)
Load asciicast css asynchronously.
Related to #22448.
Diffstat (limited to 'web_src/less')
-rw-r--r-- | web_src/less/markup/asciicast.less | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/web_src/less/markup/asciicast.less b/web_src/less/markup/asciicast.less index 468f0b4f3f..a52b2ae12e 100644 --- a/web_src/less/markup/asciicast.less +++ b/web_src/less/markup/asciicast.less @@ -1,5 +1,3 @@ -@import "../asciinema-player/dist/bundle/asciinema-player.css"; - .asciinema-player-container { width: 100%; height: auto; |