| From: | Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com> |
|---|---|
| To: | pgadmin-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: Fix the dialog size when zoom level is changed of the |
| Date: | 2020-07-01 06:23:50 |
| Message-ID: | E1jqW9u-0003Ab-Kg@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Yogesh Mahajan | 2020-07-01 06:47:24 | [pgAdmin4][Patch] - SonarQube Issues07 (Variables should not be shadowed) |
| Previous Message | Nikhil Mohite | 2020-07-01 06:09:30 | [pgAdmin][RM4235]: Tab indent on a selection of lines is deleting content |