diff --git a/app/assets/stylesheets/components/base.css b/app/assets/stylesheets/components/base.css index b8fbc69..6ea47c7 100644 --- a/app/assets/stylesheets/components/base.css +++ b/app/assets/stylesheets/components/base.css @@ -32,11 +32,11 @@ @apply pt-0; } - main p { + main p:not(:last-child) { @apply mb-4 leading-6; } - main ul { + main ul:not(:last-child) { @apply mb-6; } diff --git a/app/views/admin/settings/registrations/index.html.erb b/app/views/admin/settings/registrations/index.html.erb index 2131e41..68e1827 100644 --- a/app/views/admin/settings/registrations/index.html.erb +++ b/app/views/admin/settings/registrations/index.html.erb @@ -22,14 +22,14 @@ <%= f.text_area :reserved_usernames, value: Setting.reserved_usernames.join("\n"), class: "h-44 mb-2" %> -

+

One username per line

-

+

<%= f.submit 'Save', class: "btn-md btn-blue w-full md:w-auto" %>

diff --git a/app/views/admin/settings/services/index.html.erb b/app/views/admin/settings/services/index.html.erb index c0dad64..a4a4fec 100644 --- a/app/views/admin/settings/services/index.html.erb +++ b/app/views/admin/settings/services/index.html.erb @@ -18,7 +18,7 @@
  • -

    LNDHub configuration present and wallet features enabled

    +

    LNDHub configuration present and wallet features enabled

    <%= f.check_box :lndhub_enabled, checked: Setting.lndhub_enabled?, disabled: true, @@ -27,7 +27,7 @@
  • -

    LNDHub database configuration present and admin panel enabled

    +

    LNDHub database configuration present and admin panel enabled

    <%= f.check_box :lndhub_admin_enabled, checked: Setting.lndhub_admin_enabled?, disabled: true, diff --git a/app/views/admin/users/show.html.erb b/app/views/admin/users/show.html.erb index e4ddd66..126aed9 100644 --- a/app/views/admin/users/show.html.erb +++ b/app/views/admin/users/show.html.erb @@ -45,7 +45,7 @@ Invited users <% if @user.invitees.length > 0 %> -