Skip to content

Commit

Permalink
Fix shrinking logo in safari
Browse files Browse the repository at this point in the history
  • Loading branch information
sl1depengwyn committed May 22, 2023
1 parent 033ced8 commit 0dc0ef6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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

- [#7516](https://github.com/blockscout/blockscout/pull/7516) - Fix shrinking logo in Safari

### Chore

<details>
Expand Down
2 changes: 1 addition & 1 deletion apps/block_scout_web/assets/css/components/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $header-textfield-background-color: #f5f6fa !default;
$header-textfield-magnifier-color: $header-links-color !default;
$header-link-horizontal-padding: 0.71rem;
$navbar-logo-height: auto !default;
$navbar-logo-width: 100% !default;
$navbar-logo-width: auto !default;
$header-logo-text-color: #333 !default;

.navbar.navbar-primary {
Expand Down

0 comments on commit 0dc0ef6

Please sign in to comment.