Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logo and buttons bugs with current UI #6437

Open
sl1depengwyn opened this issue Nov 11, 2022 · 1 comment
Open

Logo and buttons bugs with current UI #6437

sl1depengwyn opened this issue Nov 11, 2022 · 1 comment
Assignees
Labels
bug 🐛 Something isn't working

Comments

@sl1depengwyn
Copy link
Collaborator

Logo is stretching in Safari and in Chrome on mobile
Copy and QR buttons run over each other on mobile

@sl1depengwyn sl1depengwyn self-assigned this Nov 11, 2022
@sieg-i
Copy link

sieg-i commented Mar 30, 2023

For the stretched logo issue in Safari / mobile Safari I did a workaround for our own blockscout instance by removing max-width and width.

.navbar-brand {
  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;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants