diff --git a/app/styles/base.css b/app/styles/base.css index b43fb54c..efd35ce9 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -1271,7 +1271,7 @@ a:visited { } #noVNC_displays .canvas-text { font-size: 12px; - padding: 0 10px; + padding: 0 35px 0 10px; opacity: 0.6; line-height: 1.4; margin-bottom: 15px; diff --git a/app/ui.js b/app/ui.js index 50aad392..d320be6a 100644 --- a/app/ui.js +++ b/app/ui.js @@ -2785,13 +2785,12 @@ const UI = { // Get the current screen plan // When a new display is added, it is defaulted to be placed to the far right relative to existing displays and to the top let screenPlan = UI.rfb.getScreenPlan(); - console.log(e) // Now make adjustments to the screen plan, this is just an example // screenPlan.screens[1].y = 0; // Finally apply the screen plan - UI.rfb.applyScreenPlan(screenPlan); + // UI.rfb.applyScreenPlan(screenPlan); // applyScreenPlan is triggered in UI.updateMonitors UI.updateMonitors(screenPlan) }, diff --git a/vnc.html b/vnc.html index 024f4471..5d5599e8 100644 --- a/vnc.html +++ b/vnc.html @@ -544,7 +544,7 @@