File tree Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -170,9 +170,8 @@ <h1 class="alert__title">Untrusted workspace</h1>
170
170
< h1 class ="alert__title "> Get Started with GitLens</ h1 >
171
171
< div class ="alert__description ">
172
172
< p > Explore all of the powerful features in GitLens</ p >
173
- < p class ="button-container ">
173
+ < p class ="button-container button-container--trio ">
174
174
< gl-button
175
- style ="margin-bottom: 0.4rem "
176
175
appearance ="secondary "
177
176
full
178
177
href ="command:gitlens.showWelcomePage "
@@ -189,8 +188,7 @@ <h1 class="alert__title">Get Started with GitLens</h1>
189
188
href ="https://www.youtube.com/watch?v=UQPb73Zz9qk?utm_source=gitlens-extension&utm_medium=home_banner "
190
189
aria-label ="Watch the GitLens Tutorial video "
191
190
tooltip ="Watch the GitLens Tutorial video "
192
- > < code-icon icon ="vm-running " style ="margin-right: 0.6rem "> </ code-icon
193
- > Tutorial</ gl-button
191
+ > < code-icon icon ="vm-running " slot ="prefix "> </ code-icon > Tutorial</ gl-button
194
192
>
195
193
</ span >
196
194
</ p >
Original file line number Diff line number Diff line change @@ -528,6 +528,12 @@ gl-button.is-basic {
528
528
}
529
529
}
530
530
531
+ .button-container--trio {
532
+ > gl-button :first-child {
533
+ margin-bottom : 0.4rem ;
534
+ }
535
+ }
536
+
531
537
.button-group {
532
538
display : inline-flex ;
533
539
gap : 0.4rem ;
@@ -551,16 +557,6 @@ gl-button.is-basic {
551
557
}
552
558
}
553
559
554
- .sticky {
555
- background-color : var (--color-view-background );
556
- position : -webkit-sticky ;
557
- position : sticky ;
558
- top : -1px ;
559
- z-index : 2 ;
560
- padding-top : 1px ;
561
- padding-bottom : 1px ;
562
- }
563
-
564
560
.t-eyebrow.sticky {
565
561
top : -8px ;
566
562
}
You can’t perform that action at this time.
0 commit comments