mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 17:00:04 +02:00
PR #166 fix animating shadow thing
This commit is contained in:
parent
046e619a48
commit
6bdbb09d5a
2 changed files with 3 additions and 2 deletions
|
@ -257,7 +257,7 @@ body.hgMode .visBackgroundColor {
|
|||
|
||||
div.canvasTerminalHolder > div.terminal-window-holder > div.wrapper {
|
||||
height: 100%;
|
||||
box-shadow: 0 0 30px rgb(0,0,0);
|
||||
box-shadow: 0 0 12px rgb(0,0,0);
|
||||
cursor: pointer;
|
||||
border-radius: 0 0 5px 5px;
|
||||
}
|
||||
|
@ -294,6 +294,7 @@ div.canvasTerminalHolder > div.terminal-window-holder div.inside {
|
|||
div.canvasTerminalHolder > div.terminal-window-holder {
|
||||
max-width: 500px;
|
||||
min-width: 500px;
|
||||
overflow: visible !important;
|
||||
}
|
||||
|
||||
/* Toolbar */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue