Arrange button sizes to default size of 36px

As discussed in #4773 there was not any clarification as why auth button sizes were reduced so 36px is now accepted as default. This commit addresses that comment/issue.
This commit is contained in:
Emin Kocan 2024-06-20 21:18:32 +02:00
parent 5aa4d49281
commit b057c7ae5a
3 changed files with 5 additions and 5 deletions

View file

@ -27,7 +27,7 @@
<%= link_to image_tag("openid.png",
:alt => t("application.auth_providers.openid.title"),
:size => "24"),
:size => "36"),
"#",
:id => "openid_open_url",
:title => t("application.auth_providers.openid.title"),