File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 14
14
< li >
15
15
< span class ="message "> Hello from Seattle and Zürich.</ span >
16
16
</ li >
17
- < li >
17
+ < li class =" github-button-container " >
18
18
< a class ="github-button " href ="https://github.com/Microsoft/language-server-protocol " data-icon ="octicon-star " data-show-count ="true " aria-label ="Star Microsoft/language-server-protocol on GitHub "> Star</ a >
19
19
</ li >
20
- < li >
20
+ < li class =" github-button-container " >
21
21
< a class ="github-button " href ="https://github.com/Microsoft/language-server-protocol/subscription " aria-label ="Watch Microsoft/language-server-protocol on GitHub "> Watch</ a >
22
22
</ li >
23
23
</ ul >
24
24
</ div >
25
- < div class ="col-sm-2 ">
25
+ < div class ="col-sm-4 ">
26
26
< ul class ="links ">
27
27
< li style ="display: none; " >
28
28
< a id ="footer-cookie-link " style ="cursor: pointer; padding-right:20px " onclick ="manageConsent() "
Original file line number Diff line number Diff line change @@ -395,6 +395,10 @@ pre[class=highlight] {
395
395
padding : 0 ;
396
396
}
397
397
398
+ .github-button-container {
399
+ vertical-align : middle ;
400
+ }
401
+
398
402
.message {
399
403
display : inline-block ;
400
404
padding-right : 10px ;
@@ -412,7 +416,7 @@ pre[class=highlight] {
412
416
padding-bottom : 10px ;
413
417
414
418
@media (min-width : 576px ) {
415
- display : inline-block ;
419
+ display : inline-flex ;
416
420
padding : 0 ;
417
421
}
418
422
}
You can’t perform that action at this time.
0 commit comments