Remove .w-100 classes from auth providers template

This is the default width.
This commit is contained in:
Anton Khorev 2024-07-09 16:48:31 +03:00
parent 149ff72caa
commit 9cea1ecc74

View file

@ -1,5 +1,5 @@
<div> <div>
<div class="justify-content-center d-flex align-items-center flex-wrap w-100 mb-3" id="login_auth_buttons"> <div class="justify-content-center d-flex align-items-center flex-wrap mb-3" id="login_auth_buttons">
<% prefered_auth_button_available = false %> <% prefered_auth_button_available = false %>
<% %w[google facebook microsoft github wikipedia].each do |provider| %> <% %w[google facebook microsoft github wikipedia].each do |provider| %>
@ -22,7 +22,7 @@
</div> </div>
<div class="justify-content-center d-flex align-items-center flex-wrap gap-2 w-50 px-1"> <div class="justify-content-center d-flex align-items-center flex-wrap gap-2 w-50 px-1">
<% else %> <% else %>
<div class="justify-content-center d-flex align-items-center flex-wrap gap-2 w-100"> <div class="justify-content-center d-flex align-items-center flex-wrap gap-2">
<% end %> <% end %>
<%= link_to image_tag("openid.svg", <%= link_to image_tag("openid.svg",