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
4fd502df
Unverified
Commit
4fd502df
authored
Jul 16, 2019
by
Liana Husikyan
Committed by
GitHub
Jul 16, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2180 from ethereum/swapPanelHeight
fixed swapPanel height
parents
b4c2f9dc
8ad87936
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
app.js
src/app.js
+0
-2
side-panel.js
src/app/components/side-panel.js
+6
-4
terminal-styles.js
src/app/panels/styles/terminal-styles.js
+0
-1
run-tab-styles.js
src/app/tabs/styles/run-tab-styles.js
+2
-1
No files found.
src/app.js
View file @
4fd502df
...
...
@@ -94,8 +94,6 @@ var css = csjs`
top : 0;
left : 50px;
bottom : 0;
overflow : hidden;
overflow-y : auto;
}
.highlightcode {
position:absolute;
...
...
src/app/components/side-panel.js
View file @
4fd502df
...
...
@@ -6,7 +6,8 @@ const yo = require('yo-yo')
const
css
=
csjs
`
.panel {
height: 100%;
overflow-y: hidden;
display: flex;
flex-direction: column;
}
.swapitTitle {
margin: 0;
...
...
@@ -21,7 +22,7 @@ const css = csjs`
}
.swapitHeader {
height: 35px;
padding:
0
20px;
padding:
15px
20px;
display: flex;
align-items: center;
}
...
...
@@ -30,8 +31,9 @@ const css = csjs`
cursor: pointer;
}
.pluginsContainer {
height: calc(100% - 35px);
overflow: auto;
height: 100%;
flex: 1;
padding-bottom: 40px;
}
.titleInfo {
padding-left: 10px;
...
...
src/app/panels/styles/terminal-styles.js
View file @
4fd502df
...
...
@@ -7,7 +7,6 @@ var css = csjs`
flex-direction : column;
font-size : 12px;
min-height : 3em;
overflow : hidden;
}
.bar {
display : flex;
...
...
src/app/tabs/styles/run-tab-styles.js
View file @
4fd502df
...
...
@@ -8,11 +8,12 @@ var css = csjs`
}
.instanceContainerTitle {
font-weight: bold;
margin-bottom:
5%
;
margin-bottom:
25px
;
font-size: 12px;
display: flex;
justify-content: space-between;
padding-left: 15px;
height: 0px;
}
.settings {
margin-bottom: 2%;
...
...
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