mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:49:52 +01:00
9 lines
119 B
CSS
9 lines
119 B
CSS
|
.asciinema-player-container {
|
||
|
width: 100%;
|
||
|
height: auto;
|
||
|
}
|
||
|
|
||
|
.asciinema-terminal {
|
||
|
overflow: hidden !important;
|
||
|
}
|