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
2ccdebb6
Commit
2ccdebb6
authored
Dec 05, 2017
by
Rob Stupay
Committed by
yann300
Dec 11, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slight update to teminal
parent
92e29e4f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
terminal.js
src/app/panels/terminal.js
+8
-8
No files found.
src/app/panels/terminal.js
View file @
2ccdebb6
...
@@ -63,7 +63,7 @@ var css = csjs`
...
@@ -63,7 +63,7 @@ var css = csjs`
.toggleTerminal:hover {
.toggleTerminal:hover {
color :
${
styles
.
terminal
.
icon_HoverColor_TogglePanel
}
;
color :
${
styles
.
terminal
.
icon_HoverColor_TogglePanel
}
;
}
}
.terminal
{
.terminal
_container
{
background-color :
${
styles
.
terminal
.
backgroundColor_Terminal
}
;
background-color :
${
styles
.
terminal
.
backgroundColor_Terminal
}
;
display : flex;
display : flex;
flex-direction : column;
flex-direction : column;
...
@@ -74,7 +74,7 @@ var css = csjs`
...
@@ -74,7 +74,7 @@ var css = csjs`
overflow-y : auto;
overflow-y : auto;
font-family : monospace;
font-family : monospace;
}
}
.
inner_terminal
{
.
terminal_bg
{
display : flex;
display : flex;
flex-direction : column;
flex-direction : column;
height : 100%;
height : 100%;
...
@@ -94,14 +94,14 @@ var css = csjs`
...
@@ -94,14 +94,14 @@ var css = csjs`
background-repeat : no-repeat;
background-repeat : no-repeat;
background-size : 45%;
background-size : 45%;
}
}
.terminal
_content
{
.terminal {
position: relative;
position: relative;
position: relative;
position: relative;
display: flex;
display: flex;
flex-direction: column;
flex-direction: column;
height: 100%;
height: 100%;
}
}
.inner_terminal::after {
//
.inner_terminal::after {
// content : "";
// content : "";
// background-image : url(assets/img/remix_logo_white_512x512.svg);
// background-image : url(assets/img/remix_logo_white_512x512.svg);
// opacity : 0.1;
// opacity : 0.1;
...
@@ -113,7 +113,7 @@ var css = csjs`
...
@@ -113,7 +113,7 @@ var css = csjs`
// // z-index : -1;
// // z-index : -1;
// background-repeat : no-repeat;
// background-repeat : no-repeat;
// background-size : 45%;
// background-size : 45%;
}
//
}
.journal {
.journal {
margin-top : auto;
margin-top : auto;
font-family : monospace;
font-family : monospace;
...
@@ -304,10 +304,10 @@ class Terminal {
...
@@ -304,10 +304,10 @@ class Terminal {
}
}
self
.
_view
.
term
=
yo
`
self
.
_view
.
term
=
yo
`
<div class=
${
css
.
terminal
}
onscroll=
${
throttle
(
reattach
,
10
)}
onclick=
${
focusinput
}
>
<div class=
${
css
.
terminal
_container
}
onscroll=
${
throttle
(
reattach
,
10
)}
onclick=
${
focusinput
}
>
<div class=
${
css
.
inner_terminal
}
>
<div class=
${
css
.
terminal_bg
}
>
</div>
</div>
<div class=
${
css
.
terminal
_content
}
>
<div class=
${
css
.
terminal
}
>
${
self
.
_view
.
journal
}
${
self
.
_view
.
journal
}
${
self
.
_view
.
cli
}
${
self
.
_view
.
cli
}
</div>
</div>
...
...
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