mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Add guided tour
This commit is contained in:
parent
08b9dc6cd1
commit
20c7970250
@ -117,6 +117,7 @@
|
||||
"c9.ide.threewaymerge": "#229382aa0b",
|
||||
"c9.ide.undo": "#b028bcb4d5",
|
||||
"c9.ide.upload": "#0bd010d3dc",
|
||||
"c9.ide.welcome": "#5b86c44e92"
|
||||
"c9.ide.welcome": "#5b86c44e92",
|
||||
"c9.ide.guide": "#5d5a7eb810"
|
||||
}
|
||||
}
|
||||
@ -20,7 +20,7 @@
|
||||
z-index : 10000;
|
||||
}
|
||||
|
||||
.right .panelsbar{
|
||||
.basic.right .panelsbar{
|
||||
border-left : 0;
|
||||
border-top : 0;
|
||||
border-bottom : 1px solid @border-highlight;
|
||||
@ -31,14 +31,14 @@
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.left {
|
||||
.basic.left {
|
||||
box-shadow: 1px 0 0 @border-highlight;
|
||||
}
|
||||
.right {
|
||||
.basic.right {
|
||||
box-shadow: 1px 0 0 @border-highlight inset;
|
||||
}
|
||||
|
||||
.left, .right{
|
||||
.basic.left, .basic.right{
|
||||
overflow : hidden;
|
||||
z-index : 100000;
|
||||
}
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
"Each workspace is its own Ubuntu virtual machine.",
|
||||
"Run 'dpkg -l' in the terminal to see all packages installed.",
|
||||
"Remember to run your code on port 8080, 8081, or 8082.",
|
||||
"Use the Collaborate panel when collaborationg for optimal teamwork.",
|
||||
"Use the Collaborate panel when working together.",
|
||||
"It's better up here.",
|
||||
"Happy coding!",
|
||||
"Everything as you left it.",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user