Skip to content

Commit

Permalink
fix: sidebar styles
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti committed Dec 19, 2024
1 parent e815764 commit ef8903a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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 ef8903a

Please sign in to comment.