Skip to content

Commit

Permalink
fix(fuselage): SidebarV2 styles (#1516)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti authored Dec 20, 2024
1 parent e815764 commit deac02f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/healthy-dryers-admire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/fuselage': patch
---

fix(fuselage): `SidebarV2` styles
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,9 @@ $sidebar-banner-color-danger: theme(
align-items: center;

min-height: lengths.size(24);
padding: lengths.padding(8) lengths.padding(16);

padding: calc(lengths.padding(8) - lengths.border-width('default'))
calc(lengths.padding(16) - lengths.border-width('default'));

text-align: start;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
flex-direction: column;
justify-content: center;

height: lengths.size(48);
min-height: lengths.size(48);
padding-block: lengths.padding(12) lengths.padding(8);
padding-inline: lengths.padding(16);

Expand Down

0 comments on commit deac02f

Please sign in to comment.