mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-14 06:58:56 +02:00
commit
e7c3647f10
1 changed files with 3 additions and 2 deletions
|
@ -253,7 +253,7 @@ body.hgMode .visBackgroundColor {
|
||||||
|
|
||||||
#interfaceWrapper {
|
#interfaceWrapper {
|
||||||
min-width: 600px;
|
min-width: 600px;
|
||||||
min-height: 600px;
|
min-height: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.canvasTerminalHolder > div.terminal-window-holder > div.wrapper {
|
div.canvasTerminalHolder > div.terminal-window-holder > div.wrapper {
|
||||||
|
@ -562,6 +562,7 @@ p.commandLine span.prompt {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
box-shadow: 1px 0px 15px rgba(100, 100, 100, 1);
|
box-shadow: 1px 0px 15px rgba(100, 100, 100, 1);
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#commandLineHistory #terminal.scrolling {
|
#commandLineHistory #terminal.scrolling {
|
||||||
|
@ -825,6 +826,7 @@ div.modalView.box.inFront.show {
|
||||||
.modalView .terminal-window-holder {
|
.modalView .terminal-window-holder {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
max-width: 900px;
|
max-width: 900px;
|
||||||
|
width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modalView .terminal-window {
|
.modalView .terminal-window {
|
||||||
|
@ -1256,4 +1258,3 @@ div.gitDemonstrationView {
|
||||||
border-top-color: #9bcbeb;
|
border-top-color: #9bcbeb;
|
||||||
background: #9bcbeb;
|
background: #9bcbeb;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue