File tree Expand file tree Collapse file tree 7 files changed +12
-11
lines changed
Expand file tree Collapse file tree 7 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -273,6 +273,7 @@ ul ul ul {
273273 padding-bottom : var (--base-space );
274274 padding-left : 0 ;
275275 padding-right : var (--base-space );
276+ border-bottom : 0 ;
276277}
277278
278279.doc .admonitionblock td .content > .title {
Original file line number Diff line number Diff line change 204204 .primary-action {
205205 position : absolute;
206206 right : 1.25rem ;
207- top : -116 % ;
207+ top : -137 % ;
208208 }
209209
210210 .navbar .navbar-new-bottom ,
Original file line number Diff line number Diff line change 146146}
147147
148148.doc .landing-page-doc .media-left {
149- margin-left : 40px ;
150- width : 115px ;
149+ padding-left : 40px ;
151150 margin-top : 0 ;
152151 border : 0 ;
153152 box-shadow : none;
154- padding : 0 ;
155153}
156154
157155.doc .landing-page-doc .videoblock .media-left {
249247 width : 100% ;
250248 height : 315px ;
251249 margin-top : 8px ;
250+ box-shadow : 0 0 15px -5px # ccc ;
252251}
253252
254253/* CSS for nav filter */
Original file line number Diff line number Diff line change 33}
44
55.toc-menu {
6- margin-top : var (--column -space );
6+ margin-top : var (--base-large -space );
77 line-height : 1 ;
88}
99
1717 -ms-overflow-style : none;
1818 scrollbar-width : none;
1919 padding-right : var (--base-space );
20+ padding-left : var (--base-space );
2021}
2122
2223.sidebar-box ::-webkit-scrollbar {
Original file line number Diff line number Diff line change 44.tools ul {
55 margin : 0 ;
66 padding : 0 ;
7+ line-height : 1 ;
78}
89
910.tools .edit {
10- /* width: 1.5em;
11- height: 1.5em; */
11+ line-height : 1 ;
1212 display : inline-block;
1313 width : 100% ;
1414 list-style : none;
Original file line number Diff line number Diff line change 7979 --width-container-fluid : 100% ;
8080 --width-container-gutter : 1.25rem ;
8181 --width-nav : 20rem ;
82- --width-toc : 12 rem ;
82+ --width-toc : 13 rem ;
8383 /* Font weight */
8484 --weight-light : 300 ;
8585 --weight-normal : 400 ;
Original file line number Diff line number Diff line change 3333 menu . className = 'toc-menu'
3434 }
3535
36- var title = document . createElement ( 'h3' )
37- title . textContent = 'On This Page'
38- menu . appendChild ( title )
36+ // var title = document.createElement('h3')
37+ // title.textContent = 'On This Page'
38+ // menu.appendChild(title)
3939 menu . appendChild ( list )
4040
4141 if ( sidebar ) {
You can’t perform that action at this time.
0 commit comments