@@ -507,7 +507,8 @@ pre code { padding: 0; font-size: 100%; background-color: transparent; }
507507 html .default .col-menu { width : 28% ; }
508508 html .default .tsd-navigation { padding-left : 10px ; } }
509509@media (max-width : 900px ) { html .default .col-content { float : none ; width : 100% ; }
510- html .default .col-menu { position : fixed !important ; overflow : auto ; -webkit-overflow-scrolling : touch ; overflow-scrolling : touch ; z-index : 1024 ; top : 0 !important ; bottom : 0 !important ; left : auto !important ; right : 0 !important ; width : 100% ; padding : 20px 20px 20px 0 ; max-width : 450px ; visibility : hidden ; background-color : white ; -webkit-transform : translate (100% , 0 ); -ms-transform : translate (100% , 0 ); transform : translate (100% , 0 ); }
510+ html .default .col-menu { position : fixed !important ; overflow : auto ; -webkit-overflow-scrolling : touch ; overflow-scrolling : touch ; z-index : 1024 ; top : 0 !important ; bottom : 0 !important ; left : auto !important ; right : 0 !important ; width : 100% ; padding : 20px 20px 0 0 ; max-width : 450px ; visibility : hidden ; background-color : white ; -webkit-transform : translate (100% , 0 ); -ms-transform : translate (100% , 0 ); transform : translate (100% , 0 ); }
511+ html .default .col-menu > * :last-child { padding-bottom : 20px ; }
511512 html .default .overlay { content : " " ; display : block ; position : fixed ; z-index : 1023 ; top : 0 ; left : 0 ; right : 0 ; bottom : 0 ; background-color : rgba (0 , 0 , 0 , 0.75 ); visibility : hidden ; }
512513 html .default.to-has-menu .overlay { -webkit-animation : fade-in 0.4s ; animation : fade-in 0.4s ; }
513514 html .default.to-has-menu header , html .default.to-has-menu footer , html .default.to-has-menu .col-content { -webkit-animation : shift-to-left 0.4s ; animation : shift-to-left 0.4s ; }
@@ -726,37 +727,7 @@ input[type=checkbox]:checked + .tsd-widget:before { background-position: -160px
726727</head >
727728<body >
728729
729- <header >
730- <div class =" tsd-page-toolbar" >
731- <div class =" container" >
732- <div class =" table-wrap" >
733- <div class =" table-cell" >
734- <strong >{{ project.name }} </strong >
735- </div >
736- <div class =" table-cell" id =" tsd-widgets" >
737- <div id =" tsd-filter" >
738- <a href =" #" class =" tsd-widget options no-caption" data-toggle =" options" >Options</a >
739- <div class =" tsd-filter-group" >
740- <input type =" checkbox" id =" tsd-filter-inherited" checked />
741- <label class =" tsd-widget" for =" tsd-filter-inherited" >Inherited</label >
742-
743- <input type =" checkbox" id =" tsd-filter-private" checked />
744- <label class =" tsd-widget" for =" tsd-filter-private" >Private</label >
745-
746- {{ #unless settings.excludeExternals }}
747- <input type =" checkbox" id =" tsd-filter-externals" checked />
748- <label class =" tsd-widget" for =" tsd-filter-externals" >Externals</label >
749- {{ /unless }}
750-
751- <input type =" checkbox" id =" tsd-filter-only-exported" />
752- <label class =" tsd-widget" for =" tsd-filter-only-exported" >Only exported</label >
753- </div >
754- </div >
755- </div >
756- </div >
757- </div >
758- </div >
759- </header >
730+ {{> header }}
760731
761732<nav class =" tsd-navigation secondary" >
762733 <ul >
0 commit comments