fix full view
This commit is contained in:
parent
36a363a2f0
commit
1fda6d5cda
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
|
||||
<meta name="description" content="Облачное хранилище фото и видео" />
|
||||
<title>ITCloud - Облачное хранилище</title>
|
||||
</head>
|
||||
|
|
|
|||
|
|
@ -167,7 +167,9 @@ export default function ViewerModal({
|
|||
top: 0,
|
||||
left: 0,
|
||||
right: 0,
|
||||
p: 2,
|
||||
pt: 'max(env(safe-area-inset-top), 8px)',
|
||||
px: 2,
|
||||
pb: 2,
|
||||
display: 'flex',
|
||||
justifyContent: 'space-between',
|
||||
alignItems: 'center',
|
||||
|
|
@ -268,7 +270,9 @@ export default function ViewerModal({
|
|||
bottom: 0,
|
||||
left: 0,
|
||||
right: 0,
|
||||
p: 2,
|
||||
px: 2,
|
||||
pt: 2,
|
||||
pb: 'max(env(safe-area-inset-bottom), 8px)',
|
||||
bgcolor: 'rgba(0,0,0,0.5)',
|
||||
color: 'white',
|
||||
display: 'flex',
|
||||
|
|
|
|||
Loading…
Reference in New Issue