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