File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33*********************************************/
44// For the helper pixel that we can watch to decide whether we've scrolled
55.sbt-scroll-pixel-helper {
6- position : absolute ;
76 width : 0px ;
87 height : 0px ;
9- top : 0 ;
10- left : 0 ;
118}
129
1310// Hide an element without display: none but so that it takes no space
Original file line number Diff line number Diff line change 4444.header__end {
4545 display : flex ;
4646 flex-wrap : nowrap ;
47- gap : 0.5 rem ;
47+ gap : 0.75 rem ;
4848
4949 // On narrow screens, the header items show flow vertically and snap to left
5050 @media (max-width : $breakpoint-md ) {
@@ -117,7 +117,7 @@ input#__header {
117117
118118ul #navbar-icon-links {
119119 flex-direction : row ;
120- gap : 0.5 em ;
120+ gap : 0.75 rem ;
121121}
122122
123123.header-content-item {
Original file line number Diff line number Diff line change 4949{% endblock %}
5050
5151{% block docs_main %}
52- <!-- A tiny helper pixel to detect if we've scrolled -->
53- < div class ="sbt-scroll-pixel-helper "> </ div >
5452<!-- Main content -->
5553< div class ="col py-0 content-container ">
5654 {% block docs_body %}
55+ <!-- A tiny helper pixel to detect if we've scrolled past the top -->
56+ < div class ="sbt-scroll-pixel-helper "> </ div >
5757 < div class ="header-article row sticky-top noprint ">
5858 {% include "sections/header-article.html" %}
5959 </ div >
You can’t perform that action at this time.
0 commit comments