Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaRadzhabova committed Jan 15, 2025
1 parent dcdf265 commit 0411151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/common/main/lib/util/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ define([], function () {
"screen and (min-resolution: 2.25dppx), screen and (min-resolution: 216dpi)";

if (window.matchMedia(str_mq_125).matches) {
scale.devicePixelRatio = 1.5;
scale.devicePixelRatio = 1.25;
} else if (window.matchMedia(str_mq_150).matches) {
scale.devicePixelRatio = 1.5;
} else if (window.matchMedia(str_mq_175).matches) {
Expand Down

0 comments on commit 0411151

Please sign in to comment.