Skip to content

Commit a293e48

Browse files
committed
Update screen and version to 0.2.1
1 parent 361f21c commit a293e48

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

client/resources/stylesheets/components/tabs.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@
173173
bottom: 0px;
174174
right: 0px;
175175
left: 0px;
176+
z-index: 1;
176177
background: @tabActiveColor;
177178
border-top: 1px solid @tabActiveBorder;
178179
}

docs/assets/base.png

-5.07 KB
Loading

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "codebox",
3-
"description": "Code editor workspace",
4-
"version": "0.2.0",
3+
"description": "Open Cloud IDE",
4+
"homepage": "https://www.codebox.io",
5+
"version": "0.2.1",
56
"author": "[email protected]",
67
"dependencies": {
78
"q": "0.9.6",

0 commit comments

Comments
 (0)