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
d6d52eec
Commit
d6d52eec
authored
Apr 03, 2019
by
LianaHus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style fixes
parent
b32ad8aa
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
8 deletions
+7
-8
file-explorer.js
src/app/files/file-explorer.js
+1
-1
file-explorer-styles.js
src/app/files/styles/file-explorer-styles.js
+1
-1
terminal-styles.js
src/app/panels/styles/terminal-styles.js
+2
-3
tab-proxy.js
src/app/panels/tab-proxy.js
+2
-2
terminal.js
src/app/panels/terminal.js
+1
-1
No files found.
src/app/files/file-explorer.js
View file @
d6d52eec
...
...
@@ -432,7 +432,7 @@ fileExplorer.prototype.packageFiles = function (filesProvider, callback) {
content
=
'// this line is added to create a gist. Empty file is not allowed.'
}
if
(
error
)
cb
(
error
)
else
{
gi
else
{
ret
[
path
]
=
{
content
}
cb
()
}
...
...
src/app/files/styles/file-explorer-styles.js
View file @
d6d52eec
...
...
@@ -19,7 +19,7 @@ var css = csjs`
padding : 4px;
}
.newFile {
padding-right :
5
px;
padding-right :
10
px;
}
.newFile i {
cursor : pointer;
...
...
src/app/panels/styles/terminal-styles.js
View file @
d6d52eec
...
...
@@ -13,7 +13,6 @@ var css = csjs`
.bar {
display : flex;
min-height : 3em;
padding : 2px;
z-index : 3;
}
.menu {
...
...
@@ -35,7 +34,7 @@ var css = csjs`
}
.toggleTerminal {
margin-right : 20px;
margin-left :
20
px;
margin-left :
4
px;
font-size : 14px;
font-weight : bold;
cursor : pointer;
...
...
@@ -138,7 +137,7 @@ var css = csjs`
display : flex;
justify-content : center;
align-items : center;
font-size : 1
0
px;
font-size : 1
4
px;
}
.dragbarHorizontal {
position : absolute;
...
...
src/app/panels/tab-proxy.js
View file @
d6d52eec
...
...
@@ -107,8 +107,8 @@ export class TabProxy {
</div>
`
let
tabsbar
=
yo
`
<div class="d-flex
border-bottom
">
<div class="m-1">
<div class="d-flex
align-items-center" style="max-height: 35px; height: 100%
">
<div class="m-1
botder-bottom
">
<span class="p-1">
<i class="m-1 fa fa-plus" style="color: var(--text-dark)" onclick=
${
increase
}
aria-hidden="true" title="increase editor font size"></i>
<i class="m-1 fa fa-minus" style="color: var(--text-dark)" onclick=
${
decrease
}
aria-hidden="true" title="decrease editor font size"></i>
...
...
src/app/panels/terminal.js
View file @
d6d52eec
...
...
@@ -143,7 +143,7 @@ class Terminal {
</div>
${
self
.
_view
.
dropdown
}
<div class=
${
css
.
search
}
>
<i class="fa fa-search
${
css
.
searchIcon
}
bg-light
btn-light
" aria-hidden="true"></i>
<i class="fa fa-search
${
css
.
searchIcon
}
bg-light" aria-hidden="true"></i>
<input spellcheck="false" type="text" class="
${
css
.
filter
}
form-control" onkeydown=
${
filter
}
placeholder="Search transactions">
</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