Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
78addbf2
Unverified
Commit
78addbf2
authored
Jun 28, 2018
by
yann300
Committed by
GitHub
Jun 28, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1354 from electrobet/master
Fixed issue #1292; terminal scrollbar may now be scrolled
parents
14c22658
df368c23
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
21 deletions
+4
-21
terminal-styles.js
src/app/panels/styles/terminal-styles.js
+4
-19
terminal.js
src/app/panels/terminal.js
+0
-2
style-guide.js
src/app/ui/styles-guide/style-guide.js
+0
-0
styleGuideDark.js
src/app/ui/styles-guide/styleGuideDark.js
+0
-0
No files found.
src/app/panels/styles/terminal-styles.js
View file @
78addbf2
...
...
@@ -57,25 +57,10 @@ var css = csjs`
overflow-y : auto;
font-family : monospace;
margin : 0px;
}
.terminal_bg {
display : flex;
flex-direction : column;
height : 100%;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 3px;
overflow-y : auto;
font-family : monospace;
background-image :
${
styles
.
terminal
.
backgroundImage_Terminal
}
;
opacity : 0.1;
top : 15%;
left : 33%;
bottom : 0;
right : 0;
position : absolute;
background-repeat : no-repeat;
background-size : 45%;
background-image :
${
styles
.
terminal
.
backgroundImage_Terminal
}
;
background-repeat : no-repeat;
background-position : center 15%;
background-size : auto calc(75% - 1.7em);
}
.terminal {
position: relative;
...
...
src/app/panels/terminal.js
View file @
78addbf2
...
...
@@ -145,8 +145,6 @@ class Terminal {
self
.
_view
.
term
=
yo
`
<div class=
${
css
.
terminal_container
}
onscroll=
${
throttle
(
reattach
,
10
)}
onclick=
${
focusinput
}
>
<div class=
${
css
.
terminal_bg
}
>
</div>
<div class=
${
css
.
terminal
}
>
${
self
.
_view
.
journal
}
${
self
.
_view
.
cli
}
...
...
src/app/ui/styles-guide/style-guide.js
View file @
78addbf2
This diff is collapsed.
Click to expand it.
src/app/ui/styles-guide/styleGuideDark.js
View file @
78addbf2
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment