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

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Fix the dialog size when zoom level is changed of the
Дата
Msg-id E1jqW9u-0003Ab-Kg@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Nikhil Mohite
Дата:
Сообщение: [pgAdmin][RM4235]: Tab indent on a selection of lines is deleting content
Следующее
От: Yogesh Mahajan
Дата:
Сообщение: [pgAdmin4][Patch] - SonarQube Issues07 (Variables should not be shadowed)