Skip to content

Commit caf26d5

Browse files
author
rakeshAlgo
committed
today syncup feedback issues fixes
1 parent dbbec92 commit caf26d5

File tree

7 files changed

+12
-11
lines changed

7 files changed

+12
-11
lines changed

src/css/doc.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 {

src/css/header.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
.primary-action {
205205
position: absolute;
206206
right: 1.25rem;
207-
top: -116%;
207+
top: -137%;
208208
}
209209

210210
.navbar.navbar-new-bottom,

src/css/landing-page.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,10 @@
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 {
@@ -249,6 +247,7 @@
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 */

src/css/toc.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
}
44

55
.toc-menu {
6-
margin-top: var(--column-space);
6+
margin-top: var(--base-large-space);
77
line-height: 1;
88
}
99

@@ -17,6 +17,7 @@
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 {

src/css/toolbar.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
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;

src/css/vars.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
--width-container-fluid: 100%;
8080
--width-container-gutter: 1.25rem;
8181
--width-nav: 20rem;
82-
--width-toc: 12rem;
82+
--width-toc: 13rem;
8383
/* Font weight */
8484
--weight-light: 300;
8585
--weight-normal: 400;

src/js/02-on-this-page.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
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) {

0 commit comments

Comments
 (0)