mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-16 16:34:24 +02:00
use % height for settings modal
This commit is contained in:
@@ -10,7 +10,7 @@ export const openSettingsModal = () => {
|
|||||||
size: '2xl',
|
size: '2xl',
|
||||||
styles: {
|
styles: {
|
||||||
content: {
|
content: {
|
||||||
height: 'calc(100dvh - 160px)',
|
height: '80%',
|
||||||
maxWidth: '960px',
|
maxWidth: '960px',
|
||||||
minHeight: '540px',
|
minHeight: '540px',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user