Skip to content

Commit 2ea40db

Browse files
author
github-actions
committed
Site Update. [skip ci]
1 parent 032d5b9 commit 2ea40db

File tree

173 files changed

+2054
-1504
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+2054
-1504
lines changed

about.html

Lines changed: 3 additions & 4 deletions
Large diffs are not rendered by default.

about.page-vue-render.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/main.css

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,28 +56,28 @@ mark {
5656
margin: 0 auto;
5757
min-width: 0;
5858
max-width: 1000px;
59+
overflow-x: auto;
5960
padding: 0.8rem 20px 0 20px;
6061
transition: 0.4s;
6162
-webkit-transition: 0.4s;
6263
}
6364

6465
#site-nav,
6566
#page-nav {
67+
display: flex;
68+
flex-direction: column;
6669
position: sticky;
67-
top: 0;
70+
top: var(--sticky-header-height);
6871
flex: 0 0 auto;
69-
padding-top: 1rem;
7072
max-width: 300px;
73+
max-height: calc(100vh - var(--sticky-header-height));
7174
width: 300px;
7275
}
7376

7477
#site-nav {
75-
display: flex;
76-
flex-direction: column;
7778
border-right: 1px solid lightgrey;
7879
padding-bottom: 20px;
7980
z-index: 999;
80-
max-height: 100vh;
8181
}
8282

8383
.site-nav-top {
@@ -90,13 +90,7 @@ mark {
9090
}
9191

9292
#page-nav {
93-
display: block;
9493
border-left: 1px solid lightgrey;
95-
max-height: 90vh;
96-
}
97-
98-
#page-nav .nav-component {
99-
max-height: 90vh;
10094
}
10195

10296
@media screen and (max-width: 1299.98px) {

images/annotateSampleImage.png

5.51 KB

images/bootswatch/zephyr.png

14.6 KB

images/codeDarkTheme.png

92.3 KB

index.html

Lines changed: 4 additions & 6 deletions
Large diffs are not rendered by default.

index.page-vue-render.js

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

markbind/css/bootstrap-vue.min.css

Lines changed: 0 additions & 4 deletions
This file was deleted.

markbind/css/bootstrap.min.css

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)