mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
box-shadow fixed
This commit is contained in:
@@ -110,14 +110,9 @@ const IconWrapper = styled.div`
|
|||||||
const RightSideTopSection = styled.div`
|
const RightSideTopSection = styled.div`
|
||||||
background: #fff;
|
background: #fff;
|
||||||
padding: 0 20px 20px 20px;
|
padding: 0 20px 20px 20px;
|
||||||
|
transition: all 0.3s;
|
||||||
|
|
||||||
${({ active }) =>
|
${({ active }) => active && 'box-shadow: 0 8px 10px -9px rgba(0, 0, 0, 0.5)'};
|
||||||
active &&
|
|
||||||
css`
|
|
||||||
+ ${RightSideBottomSectionNoFile} {
|
|
||||||
box-shadow: inset 3px 25px 8px -25px rgba(0, 0, 0, 0.5);
|
|
||||||
}
|
|
||||||
`};
|
|
||||||
`
|
`
|
||||||
|
|
||||||
const PosterWrapper = styled.div`
|
const PosterWrapper = styled.div`
|
||||||
@@ -125,7 +120,7 @@ const PosterWrapper = styled.div`
|
|||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: max-content 1fr;
|
grid-template-columns: max-content 1fr;
|
||||||
grid-template-rows: 300px max-content;
|
grid-template-rows: 300px max-content;
|
||||||
gap: 5px;
|
gap: 10px 5px;
|
||||||
`
|
`
|
||||||
const PosterSuggestions = styled.div`
|
const PosterSuggestions = styled.div`
|
||||||
display: grid;
|
display: grid;
|
||||||
|
|||||||
Reference in New Issue
Block a user