Use workaround for the heavy checkmark symbol in iOS

stable
eugenijm 5 years ago
parent f4e2595592
commit 243d8ed94e

@ -89,7 +89,7 @@
.scope:before { .scope:before {
color: #b9b9ba; color: #b9b9ba;
content: "✔"; content: "✔\fe0e";
margin-left: 1em; margin-left: 1em;
margin-right: 1em; margin-right: 1em;
} }
@ -197,7 +197,7 @@
.scope:first-child:before { .scope:first-child:before {
margin-left: 1em; margin-left: 1em;
content: "✔"; content: "✔\fe0e";
} }
.scope:after { .scope:after {

@ -56,4 +56,9 @@
<%= hidden_input f, :response_type, value: @response_type %> <%= hidden_input f, :response_type, value: @response_type %>
<%= hidden_input f, :redirect_uri, value: @redirect_uri %> <%= hidden_input f, :redirect_uri, value: @redirect_uri %>
<%= hidden_input f, :state, value: @state %> <%= hidden_input f, :state, value: @state %>
<%= if Pleroma.Config.oauth_consumer_enabled?() do %>
<%= render @view_module, Pleroma.Web.Auth.Authenticator.oauth_consumer_template(), assigns %>
<% end %>
<% end %> <% end %>

Loading…
Cancel
Save