1
0

♻️ Update frontend logic with refactored types

This commit is contained in:
2021-12-26 01:21:17 +01:00
parent 627c03642a
commit 9332b99305
2 changed files with 53 additions and 34 deletions

View File

@@ -22,7 +22,7 @@
left: .5rem;
width: var(--playerWidth);
padding: .5rem;
background-color: rgba(0, 0, 0, .5);
background-color: rgba(0, 0, 0, .85);
border-radius: .5rem;
display: flex;
}