mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 11:48:13 +01:00
Update js player to the latest version
This commit is contained in:
2
assets/asciinema-player.css
vendored
2
assets/asciinema-player.css
vendored
@@ -711,7 +711,6 @@ span.ap-marker-container:hover span.ap-marker {
|
|||||||
max-height: 85%;
|
max-height: 85%;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
color: var(--term-color-foreground);
|
color: var(--term-color-foreground);
|
||||||
background-color: var(--term-color-background);
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin-bottom: 32px;
|
margin-bottom: 32px;
|
||||||
}
|
}
|
||||||
@@ -727,6 +726,7 @@ span.ap-marker-container:hover span.ap-marker {
|
|||||||
.ap-player .ap-overlay-help > div div {
|
.ap-player .ap-overlay-help > div div {
|
||||||
padding: calc(min(4cqw, 40px));
|
padding: calc(min(4cqw, 40px));
|
||||||
font-size: calc(min(1.9cqw, 18px));
|
font-size: calc(min(1.9cqw, 18px));
|
||||||
|
background-color: var(--term-color-background);
|
||||||
border: 1px solid color-mix(in oklab, var(--term-color-background) 90%, var(--term-color-foreground));
|
border: 1px solid color-mix(in oklab, var(--term-color-background) 90%, var(--term-color-foreground));
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
|||||||
2
assets/asciinema-player.min.js
vendored
2
assets/asciinema-player.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user