Skip to content

Commit

Permalink
Fix logo stretching in sidebar header
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed Oct 14, 2021
1 parent c803257 commit b953ff1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/assets/bundle/trestle/bundle.css

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions frontend/css/layout/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@
height: $header-height;

display: flex;
align-items: center;
align-items: stretch;

.navbar-toggler {
outline: none;

align-self: center;

margin-left: $grid-gutter-width / 2;
margin-right: $grid-gutter-width / 2;

Expand All @@ -44,7 +46,6 @@
display: flex;
align-items: center;

height: 100%;
padding: 10px 15px;

font-size: 1.4rem;
Expand Down

0 comments on commit b953ff1

Please sign in to comment.