From 283c88cac2a64fc94f4f992d621e2644ddc759e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EF=BC=A8=EF=BD=8F=EF=BD=8E=EF=BD=87=EF=BD=81=EF=BD=92?= =?UTF-8?q?=EF=BD=83?= Date: Sun, 2 Dec 2018 13:20:02 +0700 Subject: [PATCH 1/3] Fixed scroll 125% or higher --- src/style/main.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/style/main.css b/src/style/main.css index 15a23383..b1096873 100644 --- a/src/style/main.css +++ b/src/style/main.css @@ -253,7 +253,7 @@ body.hgMode .visBackgroundColor { #interfaceWrapper { min-width: 600px; - min-height: 600px; + min-height: 400px; } div.canvasTerminalHolder > div.terminal-window-holder > div.wrapper { @@ -1256,4 +1256,3 @@ div.gitDemonstrationView { border-top-color: #9bcbeb; background: #9bcbeb; } - From c9cb6c016f443fa035575ea68b9294d622f53cc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EF=BC=A8=EF=BD=8F=EF=BD=8E=EF=BD=87=EF=BD=81=EF=BD=92?= =?UTF-8?q?=EF=BD=83?= Date: Sun, 2 Dec 2018 13:22:17 +0700 Subject: [PATCH 2/3] Fixed don't show all of #commandLineBar --- src/style/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style/main.css b/src/style/main.css index b1096873..f166455e 100644 --- a/src/style/main.css +++ b/src/style/main.css @@ -562,6 +562,7 @@ p.commandLine span.prompt { margin: 10px; border-radius: 5px; box-shadow: 1px 0px 15px rgba(100, 100, 100, 1); + overflow: auto; } #commandLineHistory #terminal.scrolling { From b40dde0196587076d2495223c6cc4e48d5f9a107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EF=BC=A8=EF=BD=8F=EF=BD=8E=EF=BD=87=EF=BD=81=EF=BD=92?= =?UTF-8?q?=EF=BD=83?= Date: Sun, 2 Dec 2018 13:30:35 +0700 Subject: [PATCH 3/3] Avoid display 900px in small screen --- src/style/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style/main.css b/src/style/main.css index f166455e..93c884c3 100644 --- a/src/style/main.css +++ b/src/style/main.css @@ -826,6 +826,7 @@ div.modalView.box.inFront.show { .modalView .terminal-window-holder { border-radius: 5px; max-width: 900px; + width: 90%; } .modalView .terminal-window {