mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-20 05:56:10 +05:00
standaloneMedia added
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import styled, { css } from 'styled-components'
|
||||
import { standaloneMedia } from 'style/standaloneMedia'
|
||||
|
||||
export const DialogWrapper = styled.div`
|
||||
height: 100%;
|
||||
@@ -27,9 +28,9 @@ export const HeaderSection = styled.section`
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (display-mode: standalone) {
|
||||
${standaloneMedia(css`
|
||||
padding-top: 30px;
|
||||
}
|
||||
`)}
|
||||
`
|
||||
|
||||
export const ThanksSection = styled.section`
|
||||
|
||||
Reference in New Issue
Block a user