We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8be340 commit 60dd699Copy full SHA for 60dd699
css/gitpodify.css
@@ -6,6 +6,12 @@
6
.file-navigation #gitpod-btn-container {
7
margin-left: 6px;
8
}
9
+/* Handle New Repository */
10
+.repository-content > div #gitpod-btn-container.gitpod-file-btn,
11
+.TableObject #gitpod-btn-container {
12
+ margin-left: 0px;
13
+ margin-right: 8px;
14
+}
15
16
.no-container {
17
margin-bottom: 10px;
src/injectors/github-injector.ts
@@ -203,7 +203,7 @@ class EmptyRepositoryInjector extends ButtonInjectorBase {
203
204
205
protected adjustButton(a: HTMLAnchorElement): void {
206
- a.className = "btn btn-primary";
+ a.className = "btn btn-sm btn-primary";
207
208
209
isApplicableToCurrentPage(): boolean {
0 commit comments