Skip to content

Commit

Permalink
Add TODO item
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Feb 5, 2025
1 parent bf0faf7 commit 149a5a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/css/_recording_show.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@

.ap-player {
box-shadow: color-mix(in oklab, var(--term-color-background) 50%, black) 0px 0px 60px 5px;
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));

// TODO: remove after upgrading the player to the newer version
.ap-control-bar {
border-top: 2px solid color-mix(in oklab,var(--term-color-background) 80%,var(--term-color-foreground));
border-top: 2px solid color-mix(in oklab,var(--term-color-background) 80%, var(--term-color-foreground));
}
}

Expand Down

0 comments on commit 149a5a8

Please sign in to comment.