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
043b4ee0
Commit
043b4ee0
authored
Apr 02, 2019
by
Rob Stupay
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bootstrap_compiletab_tighten' into bootstrap_runtab_aliscious
parents
d214e783
edb78d2d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
app.js
src/app.js
+1
-1
theme-chooser.js
src/app/ui/styles-guide/theme-chooser.js
+2
-0
panels-resize.js
src/lib/panels-resize.js
+1
-1
No files found.
src/app.js
View file @
043b4ee0
...
@@ -91,7 +91,7 @@ var css = csjs`
...
@@ -91,7 +91,7 @@ var css = csjs`
left : 0;
left : 0;
overflow : hidden;
overflow : hidden;
width : 50px;
width : 50px;
border-right : 1px solid var(--primary);
/* border-right : 1px solid var(--primary); */
}
}
.swappanel {
.swappanel {
display : flex;
display : flex;
...
...
src/app/ui/styles-guide/theme-chooser.js
View file @
043b4ee0
...
@@ -6,6 +6,8 @@ const themes = [
...
@@ -6,6 +6,8 @@ const themes = [
{
name
:
'Cerulean'
,
quality
:
'light'
,
url
:
'https://bootswatch.com/4/cerulean/bootstrap.min.css'
},
{
name
:
'Cerulean'
,
quality
:
'light'
,
url
:
'https://bootswatch.com/4/cerulean/bootstrap.min.css'
},
{
name
:
'Flatly'
,
quality
:
'light'
,
url
:
'https://bootswatch.com/4/flatly/bootstrap.min.css'
},
{
name
:
'Flatly'
,
quality
:
'light'
,
url
:
'https://bootswatch.com/4/flatly/bootstrap.min.css'
},
{
name
:
'Lumen'
,
quality
:
'light'
,
url
:
'https://bootswatch.com/4/lumen/bootstrap.min.css'
},
{
name
:
'Lumen'
,
quality
:
'light'
,
url
:
'https://bootswatch.com/4/lumen/bootstrap.min.css'
},
{
name
:
'Minty'
,
quality
:
'light'
,
url
:
'https://bootswatch.com/4/minty/bootstrap.min.css'
},
{
name
:
'Pulse'
,
quality
:
'light'
,
url
:
'https://bootswatch.com/4/pulse/bootstrap.min.css'
},
{
name
:
'Sandstone'
,
quality
:
'light'
,
url
:
'https://bootswatch.com/4/sandstone/bootstrap.min.css'
},
{
name
:
'Sandstone'
,
quality
:
'light'
,
url
:
'https://bootswatch.com/4/sandstone/bootstrap.min.css'
},
{
name
:
'Spacelab'
,
quality
:
'light'
,
url
:
'https://bootswatch.com/4/spacelab/bootstrap.min.css'
},
{
name
:
'Spacelab'
,
quality
:
'light'
,
url
:
'https://bootswatch.com/4/spacelab/bootstrap.min.css'
},
{
name
:
'Yeti'
,
quality
:
'light'
,
url
:
'https://bootswatch.com/4/yeti/bootstrap.min.css'
},
{
name
:
'Yeti'
,
quality
:
'light'
,
url
:
'https://bootswatch.com/4/yeti/bootstrap.min.css'
},
...
...
src/lib/panels-resize.js
View file @
043b4ee0
...
@@ -10,7 +10,7 @@ const css = csjs`
...
@@ -10,7 +10,7 @@ const css = csjs`
bottom : 0;
bottom : 0;
cursor : col-resize;
cursor : col-resize;
z-index : 999;
z-index : 999;
border-right : 2px solid var(--primary);
/* border-right : 2px solid var(--primary); */
}
}
.ghostbar {
.ghostbar {
width : 3px;
width : 3px;
...
...
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