pgAdmin 4 commit: Fix the dialog size when zoom level is changed of the - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Fix the dialog size when zoom level is changed of the
Date
Msg-id E1jqW9u-0003Ab-Kg@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Nikhil Mohite
Date:
Subject: [pgAdmin][RM4235]: Tab indent on a selection of lines is deleting content
Next
From: Yogesh Mahajan
Date:
Subject: [pgAdmin4][Patch] - SonarQube Issues07 (Variables should not be shadowed)