mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
refactor
This commit is contained in:
@@ -75,7 +75,7 @@ export const LeftSideBottomSectionBasicStyles = css`
|
|||||||
|
|
||||||
export const LeftSideBottomSectionNoFile = styled.div`
|
export const LeftSideBottomSectionNoFile = styled.div`
|
||||||
${LeftSideBottomSectionBasicStyles}
|
${LeftSideBottomSectionBasicStyles}
|
||||||
border: 4px dashed transparent;
|
border: 4px dashed rgba(0,0,0,0.1);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
${({ isDragActive }) => isDragActive && `border: 4px dashed green`};
|
${({ isDragActive }) => isDragActive && `border: 4px dashed green`};
|
||||||
@@ -92,6 +92,7 @@ export const LeftSideBottomSectionNoFile = styled.div`
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 930px) {
|
@media (max-width: 930px) {
|
||||||
|
border: 4px dashed transparent;
|
||||||
height: 400px;
|
height: 400px;
|
||||||
place-items: center;
|
place-items: center;
|
||||||
grid-template-rows: 40% 1fr;
|
grid-template-rows: 40% 1fr;
|
||||||
|
|||||||
Reference in New Issue
Block a user