File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ const config = {
8080 src : "img/logo-dark.png" ,
8181 srcDark : "img/logo-light.png" ,
8282 } ,
83+ hideOnScroll : true ,
8384 items : [
8485 {
8586 type : "doc" ,
Original file line number Diff line number Diff line change @@ -125,9 +125,23 @@ p > img + em {
125125 justify-items : center;
126126}
127127
128+ /* Sidebar logo adjustments to match above, overriding values set in DocSidebar module */
129+ aside a > img {
130+ margin : auto;
131+ margin-right : auto !important ;
132+ height : 2.5rem !important ;
133+ }
134+
135+ @media only screen and (max-width : 996px ) {
136+ .navbar__brand {
137+ border-right : none;
138+ }
139+ }
140+
128141.navbar__logo {
129142 height : 2.5rem ;
130143 margin-top : 0.5rem ;
144+ margin-right : 0 ;
131145}
132146
133147.navbar {
You can’t perform that action at this time.
0 commit comments