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
22fb1ae3
Commit
22fb1ae3
authored
Aug 30, 2017
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
horizontal align editor & rightpanel
parent
5d8507f2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
browser-solidity.css
assets/css/browser-solidity.css
+1
-1
editor-panel.js
src/app/panels/editor-panel.js
+3
-6
No files found.
assets/css/browser-solidity.css
View file @
22fb1ae3
...
@@ -67,7 +67,7 @@
...
@@ -67,7 +67,7 @@
border-bottom
:
3px
solid
hsla
(
229
,
100%
,
97%
,
1
);
/* backgroundBlue in style-guide.js*/
border-bottom
:
3px
solid
hsla
(
229
,
100%
,
97%
,
1
);
/* backgroundBlue in style-guide.js*/
height
:
2em
;
height
:
2em
;
font-size
:
1em
;
font-size
:
1em
;
padding
-top
:
0.5em
;
margin
-top
:
0.5em
;
box-sizing
:
content-box
;
box-sizing
:
content-box
;
display
:
flex
;
display
:
flex
;
}
}
...
...
src/app/panels/editor-panel.js
View file @
22fb1ae3
...
@@ -16,6 +16,8 @@ var css = csjs`
...
@@ -16,6 +16,8 @@ var css = csjs`
.tabsbar {
.tabsbar {
display : flex;
display : flex;
overflow : hidden;
overflow : hidden;
height : 2em;
margin-top : 0.5em;
}
}
.tabs {
.tabs {
position : relative;
position : relative;
...
@@ -34,7 +36,6 @@ var css = csjs`
...
@@ -34,7 +36,6 @@ var css = csjs`
height : 2.5em;
height : 2.5em;
box-sizing : border-box;
box-sizing : border-box;
line-height : 2em;
line-height : 2em;
padding : 0.5em 0 0;
top : 0;
top : 0;
border-bottom : 0 none;
border-bottom : 0 none;
}
}
...
@@ -77,14 +78,11 @@ var css = csjs`
...
@@ -77,14 +78,11 @@ var css = csjs`
z-index : 999;
z-index : 999;
text-align : center;
text-align : center;
cursor : pointer;
cursor : pointer;
padding : 0 0.9em;
vertical-align : middle;
vertical-align : middle;
background-color :
${
styles
.
colors
.
white
}
;
background-color :
${
styles
.
colors
.
white
}
;
height : 100%;
height : 100%;
font-size : 1.3em;
font-size : 1.3em;
}
color : orange;
.scroller i {
line-height : 3em;
}
}
.scrollerright {
.scrollerright {
right : 0;
right : 0;
...
@@ -95,7 +93,6 @@ var css = csjs`
...
@@ -95,7 +93,6 @@ var css = csjs`
}
}
.toggleRHP {
.toggleRHP {
margin-top : 0.5em;
margin-top : 0.5em;
padding : 0.6em;
font-weight : bold;
font-weight : bold;
color :
${
styles
.
colors
.
black
}
;
color :
${
styles
.
colors
.
black
}
;
right : 0;
right : 0;
...
...
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