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
c13c9ad8
Unverified
Commit
c13c9ad8
authored
May 13, 2019
by
yann300
Committed by
GitHub
May 13, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1964 from ethereum/master_li
small style changes
parents
30600aa4
7434a74a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
TxBrowser.js
src/app/debugger/debuggerUI/TxBrowser.js
+0
-1
panels-resize.js
src/lib/panels-resize.js
+1
-1
No files found.
src/app/debugger/debuggerUI/TxBrowser.js
View file @
c13c9ad8
...
@@ -17,7 +17,6 @@ var css = csjs`
...
@@ -17,7 +17,6 @@ var css = csjs`
justify-content: center;
justify-content: center;
}
}
.txinput {
.txinput {
margin: 3px;
width: inherit;
width: inherit;
}
}
.txbuttons {
.txbuttons {
...
...
src/lib/panels-resize.js
View file @
c13c9ad8
...
@@ -4,7 +4,7 @@ const csjs = require('csjs-inject')
...
@@ -4,7 +4,7 @@ const csjs = require('csjs-inject')
const
css
=
csjs
`
const
css
=
csjs
`
.dragbar {
.dragbar {
position : absolute;
position : absolute;
top :
29
px;
top :
0
px;
width : 0.5em;
width : 0.5em;
right : 0;
right : 0;
bottom : 0;
bottom : 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