mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-21 14:36:09 +05:00
standaloneMedia added
This commit is contained in:
7
web/src/style/standaloneMedia.js
Normal file
7
web/src/style/standaloneMedia.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import { css } from 'styled-components'
|
||||
|
||||
export const standaloneMedia = styles => css`
|
||||
@media screen and (display-mode: standalone) {
|
||||
${styles};
|
||||
}
|
||||
`
|
||||
Reference in New Issue
Block a user