We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 762065e commit d95c1dbCopy full SHA for d95c1db
assets/theme-css/navbar.css
@@ -1,4 +1,3 @@
1
-nav,
2
.navbar {
3
background: var(--pst-color-background);
4
position: sticky;
assets/theme-css/pst/components/_breadcrumbs.scss
@@ -1,6 +1,10 @@
/**
* Breadcrumbs for parent pages meant for the article header
*/
+nav[aria-label="Breadcrumb"] {
5
+ width: fit-content;
6
+}
7
+
8
ul.bd-breadcrumbs {
9
list-style: none;
10
padding-left: 0;
0 commit comments