sui
sui copied to clipboard
update bottom padding in NavBar menu to 80px and reduce the sidebar height by 48px
Description
This commit solves issue #1501 and includes the following changes:
- updating the bottom padding of
.sui-StudioNavto80px - reducing the height of
.sui-Studio-sidebarby the height ofNavHeaderthat is48px
Related Issue
#1501
Thnx @ays14 could you use npm run co to make a commit type feat under packages/sui-studio scope in order to trigger a minor release? (You can read more of this requirement here)
Very important
Leave blank the question about breaking changes, just hit enter at that step
Steps you will see
Thnx @ays14 could you use
npm run coto make a commit typefeatunder packages/sui-studio scope in order to trigger a minor release? (You can read more of this requirement here)Very important
Leave blank the question about breaking changes, just hit enter at that step
Steps you will see
![]()
![]()
Sure, I will do the same.
Hi, @turolopezsanabria , facing some unexpected trouble here upon runnning npm run co
sh: sui-mono: command not found
Thnx @ays14 could you use
npm run coto make a commit typefeatunder packages/sui-studio scope in order to trigger a minor release? (You can read more of this requirement here)Very important
Leave blank the question about breaking changes, just hit enter at that step
Steps you will see
![]()
![]()
@turolopezsanabria Hi, I managed to commit using the command npm run co and pushed the same after squashing my other commits.
great thnx!