mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
[enhancement]: add background opacity to buttons in full screen player
This commit is contained in:
@@ -112,8 +112,9 @@ const Controls = () => {
|
|||||||
pos="absolute"
|
pos="absolute"
|
||||||
spacing="sm"
|
spacing="sm"
|
||||||
sx={{
|
sx={{
|
||||||
|
background: `rgb(var(--main-bg-transparent), ${opacity}%)`,
|
||||||
left: 0,
|
left: 0,
|
||||||
top: 10,
|
top: 0,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
Reference in New Issue
Block a user