Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: documentation navbar height bug #3874

Open
wants to merge 1 commit into
base: next
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,8 @@
"themed": "@rneui/themed",
"website/docs": "Docs"
}
},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What was the reason for this change?

"dependencies": {
"yarn": "^1.22.21"
}
}
4 changes: 3 additions & 1 deletion website/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,9 @@ nav.menu {
.navbar__toggle svg {
width: 21px;
}

.navbar-sidebar{
height: calc(100vh - 50px)
}
.navbar-sidebar__brand .navbar__brand {
flex: 1 0;
}
Expand Down
4 changes: 2 additions & 2 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3153,7 +3153,7 @@ __metadata:

"@rneui/base@file:../packages/base::locator=rne-website%40workspace%3A.":
version: 4.0.0-rc.8
resolution: "@rneui/base@file:../packages/base#../packages/base::hash=902c90&locator=rne-website%40workspace%3A."
resolution: "@rneui/base@file:../packages/base#../packages/base::hash=03d59b&locator=rne-website%40workspace%3A."
dependencies:
"@types/react-native-vector-icons": ^6.4.10
color: ^3.2.1
Expand All @@ -3164,7 +3164,7 @@ __metadata:
peerDependencies:
react-native-safe-area-context: ">= 3.0.0"
react-native-vector-icons: ">7.0.0"
checksum: e0678ac67e70a5d67c40b13a4c5f123d0cd8373bd793cd0debbe0039448fe1535258d17aa011f2e34e8f2de50f7b55c981eb20a6f28da30729ec73cbcc4c6109
checksum: 7e30b0a7eaf65be2ed613c7e9018749912074980e3dd0c68d605fcff3356ac8e0a22ad5a383f102a31a07a635789afd13755c0030d413ce144aaafaa21ab45c3
languageName: node
linkType: hard

Expand Down
11 changes: 11 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17973,6 +17973,7 @@ __metadata:
react-test-renderer: 18.0.0
rimraf: ^3.0.2
typescript: ^4.6.4
yarn: ^1.22.21
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -21195,6 +21196,16 @@ __metadata:
languageName: node
linkType: hard

"yarn@npm:^1.22.21":
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is needed.

version: 1.22.21
resolution: "yarn@npm:1.22.21"
bin:
yarn: bin/yarn.js
yarnpkg: bin/yarn.js
checksum: 791fab07ad55351049361686bcdd25c64a46e2afe2f2fc7587e666aa4f758d7eef80235b921aa09415557ac580ab23305c0181c1b43fed45f357a0c7a77322a1
languageName: node
linkType: hard

"yn@npm:3.1.1":
version: 3.1.1
resolution: "yn@npm:3.1.1"
Expand Down