Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Update config.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattatz committed Jul 12, 2021
1 parent ef05827 commit a26ec33
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 0 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ module.exports = {
]
},
footer: {
style: 'dark',
copyright: `Copyright © ${new Date().getFullYear()} Nodi. Built with Docusaurus.`,
},
prism: {
Expand Down
8 changes: 8 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
--ifm-heading-font-weight: normal;
}

footer.footer {
padding: 12px 18px !important;
}

.footer__copyright {
font-size: 0.85rem;
}

.docusaurus-highlight-code-line {
background-color: rgba(0, 0, 0, 0.1);
display: block;
Expand Down
2 changes: 1 addition & 1 deletion user/basics/walk-through.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Then, the Sphere closer to the Attractor can be deformed to be smaller.
## Let's control the position with the slider

Next, let's make it possible to control the position of the attractor with the slider.
Place two **UINumberSlider** nodes to change the X and Z positions of the attractor.
Place two **UINumberSlider** nodes to change the X and Y positions of the attractor.
Open the Inspector for each UINumberSlider and set the minimum value to 0 and the maximum value to 1.

![UINumberSlider](/img/user/basics/walk-through/a4290ca91d4853463444601c27b35540.png)
Expand Down

0 comments on commit a26ec33

Please sign in to comment.