standaloneMedia added

This commit is contained in:
Daniel Shleifman
2022-06-19 21:40:41 +03:00
parent 715b6283af
commit 7d413c6963
7 changed files with 41 additions and 25 deletions

View File

@@ -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`