wgohome / ask-aunty

0 stars 0 forks source link

Navbar not responsive yet #97

Closed wgohome closed 4 years ago

wgohome commented 4 years ago

Describe the bug Navbar class for image tag have syntax error. Rendered as in html DOM image

CSS class not applied

From _navbar.html.erb

<% if user_signed_in? %>
    <%= image_tag "https://ui-avatars.com/api/?name=#{current_user.email}", class: "max-width: 10%" "navbar-toggler", id: "navbarDropdown", data: { toggle: "collapse", target: '#navbarSupportedContent' } %>
  <% else %>

In mobile ok: image

In full view not ok image