Skip to content

Commit

Permalink
fix(docusaurus): sidebar padding (#938)
Browse files Browse the repository at this point in the history
* Fix docroot and navbar content in Docusaurus

* Fix docusaurus sidebar padding

---------

Co-authored-by: sushitommy <>
  • Loading branch information
sushitommy authored Dec 6, 2024
1 parent 1023b46 commit 7b74d2d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/curly-planets-warn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nl-rvo/design-tokens": patch
---

Reverted Dialog padding to md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
display: flex;
flex-direction: column;
height: 100%;
padding-block-start: var(--rvo-size-2xl) !important;
padding-inline-start: var(--rvo-size-2xl) !important;
padding-block-start: var(--rvo-dialog-padding-block-start) !important;
padding-inline-start: var(--rvo-dialog-padding-inline-start) !important;
transition: opacity 50ms ease;
width: var(--doc-sidebar-width);
}
Expand Down

0 comments on commit 7b74d2d

Please sign in to comment.