Skip to content

Commit

Permalink
feat(fuselage): Sidebar header size improvements (#1369)
Browse files Browse the repository at this point in the history
Co-authored-by: Douglas Fabris <devfabris@gmail.com>
  • Loading branch information
juliajforesti and dougfabris authored Jun 13, 2024
1 parent 756430c commit ffef204
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/real-garlics-drive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/fuselage": minor
---

feat(fuselage): `Sidebar` header size improvements
3 changes: 1 addition & 2 deletions packages/fuselage/src/components/Sidebar/Sidebar.styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ $sidebar-item-background-color-featured-selected: theme(

$sidebar-header-height: theme(
'sidebar-header-height',
theme('header-height', lengths.size(64))
theme('header-height', lengths.size(44))
);

$sidebar-section-height: theme(
Expand Down Expand Up @@ -185,7 +185,6 @@ $sidebar-banner-color-danger: theme(

flex-grow: 1;

padding-block: lengths.padding(12);
padding-inline: lengths.padding(16);
}

Expand Down

0 comments on commit ffef204

Please sign in to comment.