Skip to content

Commit a76bfed

Browse files
committed
fix: import css
1 parent c7b31a1 commit a76bfed

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

web_src/less/_asciicast.less

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,10 @@
470470
pre {
471471
overflow: auto;
472472
}
473+
474+
.asciicast {
475+
padding: 5px !important;
476+
}
473477
}
474478

475479
.sidebar {

web_src/less/index.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@
3636
@import "_explore";
3737
@import "_review";
3838
@import "_package";
39+
@import "_asciicast";
3940

4041
@import "./helpers.less";

0 commit comments

Comments
 (0)