mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Port Restore dialog to React. Fixes #7018
This commit is contained in:
committed by
Akshay Joshi
parent
262dcdcf54
commit
603d91be0e
@@ -509,7 +509,7 @@ define('pgadmin.browser.node', [
|
||||
w: (!_.isUndefined(width) && !_.isNull(width)) ? width :
|
||||
(screen.width < 700 ? screen.width * 0.95 : screen.width * 0.5),
|
||||
h: (!_.isUndefined(height) && !_.isNull(height)) ? height :
|
||||
(screen.height < 500 ? screen.height * 0.95 : screen.height * 0.5),
|
||||
(screen.height < 500 ? screen.height * 0.95 : screen.height * 0.35),
|
||||
x: (screen.width < 700 ? '2%' : '25%'),
|
||||
y: (screen.height < 500 ? '2%' : '25%'),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user