Unverified Commit d486ec17 authored by ksmirnov's avatar ksmirnov Committed by GitHub

Merge pull request #15 from AyaDigital/hotfix/DMVP-1098

DMVP-1098 - Проверить разрешение на малых экранах в ЛК пациента, ЛК д…
parents 4f8a888a 35f5e4e5
......@@ -4,6 +4,7 @@ import { createStyles, makeStyles, Theme } from '@material-ui/core/styles';
import { Button } from '@material-ui/core';
import CallEndIcon from '../../../icons/CallEndIcon';
import useKeycloakAuth from '../../../state/useKeycloakAuth/useKeycloakAuth';
import useVideoContext from '../../../hooks/useVideoContext/useVideoContext';
import { useAppState } from '../../../state';
......
......@@ -80,6 +80,9 @@ const useStyles = makeStyles((theme: Theme) => ({
width: '100%',
padding: '3em 4em',
flex: 1,
[theme.breakpoints.down('md')]: {
padding: '5px 4em 0px 4em',
},
[theme.breakpoints.down('sm')]: {
padding: '2em',
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment