Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ff00339

Browse files
committedOct 25, 2022
fixup!: update css
1 parent 26af2d3 commit ff00339

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed
 

‎patches/getting-started.diff

+23-3
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,38 @@ Index: code-server/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/bro
22
===================================================================
33
--- code-server.orig/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts
44
+++ code-server/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts
5-
@@ -758,7 +758,13 @@ export class GettingStartedPage extends
5+
@@ -755,7 +755,13 @@ export class GettingStartedPage extends
66

77
const header = $('.header', {},
88
$('h1.product-name.caption', {}, this.productService.nameLong),
99
- $('p.subtitle.description', {}, localize({ key: 'gettingStarted.editingEvolved', comment: ['Shown as subtitle on the Welcome page.'] }, "Editing evolved"))
1010
+ $('p.subtitle.description.coder', {},
1111
+ "Using code-server on a team?",
1212
+ ),
13-
+ $('p.subtitle.description.coder', {},
13+
+ $('p.subtitle.description.coder-coder', {},
1414
+ "Check out: ",
15-
+ $('a.subtitle.description.coder', { href: "https://github.com/coder/coder" }, "coder/coder")
15+
+ $('a', { href: "https://github.com/coder/coder" }, "coder/coder")
1616
+ ),
1717
);
1818

1919

20+
Index: code-server/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/media/gettingStarted.css
21+
===================================================================
22+
--- code-server.orig/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/media/gettingStarted.css
23+
+++ code-server/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/browser/media/gettingStarted.css
24+
@@ -60,6 +60,15 @@
25+
display: block;
26+
}
27+
28+
+.monaco-workbench .part.editor > .content .gettingStartedContainer .coder {
29+
+ margin-bottom: 0.2em;
30+
+}
31+
+
32+
+.monaco-workbench .part.editor>.content .gettingStartedContainer .coder-coder {
33+
+ font-size: 1em;
34+
+ margin-top: 0.2em;
35+
+}
36+
+
37+
.monaco-workbench.hc-black .part.editor>.content .gettingStartedContainer .subtitle,
38+
.monaco-workbench.hc-light .part.editor>.content .gettingStartedContainer .subtitle {
39+
font-weight: 200;

0 commit comments

Comments
 (0)
Please sign in to comment.