mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-20 14:06:09 +05:00
refactor
This commit is contained in:
@@ -29,9 +29,13 @@ export const AppWrapper = styled.div`
|
||||
`
|
||||
|
||||
export const CenteredGrid = styled.div`
|
||||
height: 100%;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
|
||||
${standaloneMedia(css`
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
`)}
|
||||
`
|
||||
|
||||
export const AppHeader = styled.div`
|
||||
|
||||
Reference in New Issue
Block a user