mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-11 18:14:15 +01:00
11 lines
184 B
Text
11 lines
184 B
Text
|
@import "../asciinema-player/dist/bundle/asciinema-player.css";
|
||
|
|
||
|
.asciinema-player-container {
|
||
|
width: 100%;
|
||
|
height: auto;
|
||
|
}
|
||
|
|
||
|
.asciinema-terminal {
|
||
|
overflow: hidden !important;
|
||
|
}
|