Skip to content

Commit

Permalink
Fix shrinking logo in safari
Browse files Browse the repository at this point in the history
[no ci]
  • Loading branch information
sl1depengwyn committed May 19, 2023
1 parent 033ced8 commit cee8238
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

### Fixes

- []() - Fix shrinking logo in Safari

### Chore

<details>
Expand Down
4 changes: 0 additions & 4 deletions apps/block_scout_web/assets/css/components/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -244,14 +244,10 @@ $header-logo-text-color: #333 !default;
margin-left: 0;
flex-shrink: 1;
display: inline-flex;
.navbar-logo {
max-width: 100%;
}
}

.navbar-logo {
max-height: $navbar-logo-height;
width: $navbar-logo-width;
}

.logo-text {
Expand Down

0 comments on commit cee8238

Please sign in to comment.