Skip to content

Commit 6da4df8

Browse files
committed
deploy: a6002d2
1 parent 4b4ae0a commit 6da4df8

File tree

108 files changed

+41320
-41391
lines changed

Some content is hidden

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

108 files changed

+41320
-41391
lines changed

404.html

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.
Binary file not shown.

about.html

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

assets/css/styles.d6a92185.css renamed to assets/css/styles.7a47fc1c.css

Lines changed: 87 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3939,6 +3939,41 @@ html:not([data-theme]) .themedComponent--light_NVdE {
39393939
align-items: center;
39403940
}
39413941

3942+
.linkLabel_WmDU {
3943+
overflow: hidden;
3944+
display: -webkit-box;
3945+
line-clamp: 2;
3946+
-webkit-box-orient: vertical;
3947+
-webkit-line-clamp: 2;
3948+
}
3949+
3950+
/**
3951+
* Copyright (c) Facebook, Inc. and its affiliates.
3952+
*
3953+
* This source code is licensed under the MIT license found in the
3954+
* LICENSE file in the root directory of this source tree.
3955+
*/
3956+
3957+
.categoryLink_byQd {
3958+
overflow: hidden;
3959+
}
3960+
3961+
/*
3962+
TODO merge this logic back in Infima?
3963+
*/
3964+
.menu__link--sublist-caret::after {
3965+
margin-left: var(--ifm-menu-link-padding-vertical);
3966+
}
3967+
3968+
.categoryLinkLabel_W154 {
3969+
flex: 1;
3970+
overflow: hidden;
3971+
display: -webkit-box;
3972+
line-clamp: 2;
3973+
-webkit-box-orient: vertical;
3974+
-webkit-line-clamp: 2;
3975+
}
3976+
39423977
/**
39433978
* Copyright (c) Facebook, Inc. and its affiliates.
39443979
*
@@ -4191,8 +4226,7 @@ See https://github.com/facebook/docusaurus/pull/9385
41914226

41924227
@media (min-width: 997px) {
41934228
.navbarSearchContainer_Bca1 {
4194-
padding: var(--ifm-navbar-item-padding-vertical)
4195-
var(--ifm-navbar-item-padding-horizontal);
4229+
padding: 0 var(--ifm-navbar-item-padding-horizontal);
41964230
}
41974231
}
41984232

@@ -4517,6 +4551,36 @@ html[data-theme="dark"] .heroBanner_yvPR {
45174551
fill: var(--dark);
45184552
}
45194553

4554+
/**
4555+
* Copyright (c) Facebook, Inc. and its affiliates.
4556+
*
4557+
* This source code is licensed under the MIT license found in the
4558+
* LICENSE file in the root directory of this source tree.
4559+
*/
4560+
4561+
[data-theme='dark'] .linkedinSvg_FCgI {
4562+
fill: var(--light);
4563+
}
4564+
4565+
[data-theme='light'] .linkedinSvg_FCgI {
4566+
fill: var(--dark);
4567+
}
4568+
4569+
/**
4570+
* Copyright (c) Facebook, Inc. and its affiliates.
4571+
*
4572+
* This source code is licensed under the MIT license found in the
4573+
* LICENSE file in the root directory of this source tree.
4574+
*/
4575+
4576+
[data-theme='dark'] .blueskySvg_AzZw {
4577+
fill: var(--light);
4578+
}
4579+
4580+
[data-theme='light'] .blueskySvg_AzZw {
4581+
fill: var(--dark);
4582+
}
4583+
45204584
/**
45214585
* Copyright (c) Facebook, Inc. and its affiliates.
45224586
*
@@ -4980,6 +5044,27 @@ the background in custom CSS file due bug https://github.com/facebook/docusaurus
49805044
border-top-right-radius: 0;
49815045
}
49825046

5047+
/**
5048+
* Copyright (c) Facebook, Inc. and its affiliates.
5049+
*
5050+
* This source code is licensed under the MIT license found in the
5051+
* LICENSE file in the root directory of this source tree.
5052+
*/
5053+
5054+
/*
5055+
When the navbar is sticky, ensure that on footnote click,
5056+
the browser does not scroll to the ref behind the navbar
5057+
See https://github.com/facebook/docusaurus/issues/11232
5058+
See also headings case https://x.com/JoshWComeau/status/1332015868725891076
5059+
*/
5060+
.footnoteRefStickyNavbar_i6ta {
5061+
scroll-margin-top: calc(var(--ifm-navbar-height) + 0.5rem);
5062+
}
5063+
5064+
.footnoteRefHideOnScrollNavbar_D4Gr {
5065+
scroll-margin-top: 0.5rem;
5066+
}
5067+
49835068
/**
49845069
* Copyright (c) Facebook, Inc. and its affiliates.
49855070
*
71.2 KB
Loading
171 KB
Loading

assets/js/0058b4c6.18cfe248.js renamed to assets/js/0058b4c6.423b496c.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)