mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Fix opacity on fullscreen player queue
This commit is contained in:
@@ -51,7 +51,8 @@ const GridContainer = styled.div<TransparendGridContainerProps>`
|
|||||||
grid-template-rows: auto minmax(0, 1fr);
|
grid-template-rows: auto minmax(0, 1fr);
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
background: rgb(var(--main-bg-transparent) ${({ opacity }) => opacity}%);
|
/* stylelint-disable-next-line color-function-notation */
|
||||||
|
background: rgb(var(--main-bg-transparent), ${({ opacity }) => opacity}%);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user