Обсуждение: pgAdmin 4 commit: Fix the dialog size when zoom level is changed of the

Поиск
Список
Период
Сортировка

pgAdmin 4 commit: Fix the dialog size when zoom level is changed of the

От
Ashesh Vashi
Дата:
Fix the dialog size when zoom level is changed of the browser.

The screen.width & screen.height does not reflect the values of the
height and width respectively when zoom level is changed for the
browser. It is better to review the calculated height and width based
on the window.innerHeight and window.innerWidth and re-evaluate them.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3102a8d24b42be97a34b0fddf9ff773cd815d558

Modified Files
--------------
web/pgadmin/browser/static/js/node.js          | 25 +++++++++++++++++++++----
web/pgadmin/static/scss/_webcabin.pgadmin.scss |  2 ++
2 files changed, 23 insertions(+), 4 deletions(-)