Upgrade bundled player

This commit is contained in:
Marcin Kulik
2024-04-29 10:46:28 +02:00
parent d17fcda89d
commit bc8c4012ef
2 changed files with 2 additions and 2 deletions

View File

@@ -444,7 +444,7 @@ div.ap-player div.ap-control-bar {
display: flex;
justify-content: space-between;
align-items: stretch;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, #000000 25%, #000000 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, #000000 10%, #000000 100%);
color: #bbb;
box-sizing: content-box;
line-height: 1;

File diff suppressed because one or more lines are too long