We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b31a1 commit a76bfedCopy full SHA for a76bfed
web_src/less/_asciicast.less
@@ -0,0 +1,10 @@
1
+@import "asciinema-player/dist/bundle/asciinema-player.css";
2
+
3
+.asciinema-player-container {
4
+ width: 100%;
5
+ height: 600px;
6
+}
7
8
+.asciinema-terminal {
9
+ overflow: hidden !important;
10
web_src/less/_repository.less
@@ -470,6 +470,10 @@
470
pre {
471
overflow: auto;
472
}
473
474
+ .asciicast {
475
+ padding: 5px !important;
476
+ }
477
478
479
.sidebar {
web_src/less/index.less
@@ -36,5 +36,6 @@
36
@import "_explore";
37
@import "_review";
38
@import "_package";
39
+@import "_asciicast";
40
41
@import "./helpers.less";
0 commit comments