File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- < aside class ="sidebar position-md-sticky px-4 col-lg-3 py-4 py-md-1 mb-4 mb-md-0 pb-1 bg-gray ">
1+ < aside class ="sidebar position-md-sticky overflow-y-auto px-4 col-lg-3 py-4 py-md-1 mb-4 mb-md-0 pb-1 bg-gray ">
22 < label class ="d-flex mr-4 flex-items-center ">
3- < span class ="mr-4 "> Version</ span >
3+ < span class ="mr-4 "> Version</ span >
44 < select class ="flex-1 " onchange ="window.location.href = this.value ">
55 < option value ="{{ site.baseurl }}/guide/introduction " {% if page.version == 1 %} selected{% endif %} > v1.x.x</ option >
66 < option value ="{{ site.baseurl }}/guide-v2/introduction " {% if page.version == 2 %} selected{% endif %} > v2.x.x</ option >
Original file line number Diff line number Diff line change 8484 min-width : var (--logo-width );
8585}
8686
87- @media only screen and (max-device- width : 768px ) {
87+ @media only screen and (max-width : 768px ) {
8888 .main-header {
8989 height : auto;
9090 background : none;
You can’t perform that action at this time.
0 commit comments