mirror of https://github.com/nocodb/nocodb
Ramesh Mane
3 months ago
12 changed files with 73 additions and 29 deletions
Before Width: | Height: | Size: 36 KiB |
After Width: | Height: | Size: 348 KiB |
After Width: | Height: | Size: 80 KiB |
@ -0,0 +1,18 @@ |
|||||||
|
export const modalSizes = { |
||||||
|
xs: { |
||||||
|
width: 'min(calc(100vw - 32px), 448px)', |
||||||
|
height: 'min(90vh, 448px)', |
||||||
|
}, |
||||||
|
sm: { |
||||||
|
width: 'min(calc(100vw - 32px), 640px)', |
||||||
|
height: 'min(90vh, 424px)', |
||||||
|
}, |
||||||
|
md: { |
||||||
|
width: 'min(calc(100vw - 48px), 900px)', |
||||||
|
height: 'min(90vh, 540px)', |
||||||
|
}, |
||||||
|
lg: { |
||||||
|
width: 'min(calc(100vw - 48px), 1280px)', |
||||||
|
height: 'min(90vh, 864px)', |
||||||
|
}, |
||||||
|
} |
Loading…
Reference in new issue