loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix UI regression of asciinema player (#26159)

It was caused by updating `asciinema-player`, the upstream changed the
CSS class prefix:
`https://github.com/asciinema/asciinema-player/commit/40505e479e8ba6833f178a3b7e85503c72491614`

<details>
<summary>Before:</summary>

<img width="1320" alt="image"
src="https://github.com/go-gitea/gitea/assets/9418365/b91a2cf5-c1da-43d6-bac2-bc278728b11e">

</details>


<details>
<summary>After:</summary>

<img width="1311" alt="image"
src="https://github.com/go-gitea/gitea/assets/9418365/c9872d25-e0bb-43d4-8b1e-d87c6b03c0a2">

</details>

authored by

Jason Song and committed by
GitHub
a5e09a55 13359581

+1 -1
+1 -1
web_src/css/markup/asciicast.css
··· 3 3 height: auto; 4 4 } 5 5 6 - .asciinema-terminal { 6 + .ap-terminal { 7 7 overflow: hidden !important; 8 8 }