diff --git a/resources/assets/sass/_forms.scss b/resources/assets/sass/_forms.scss index 4b50f6022..da015ec7c 100644 --- a/resources/assets/sass/_forms.scss +++ b/resources/assets/sass/_forms.scss @@ -154,6 +154,11 @@ input:checked + .toggle-switch { .form-group { margin-bottom: $-s; + textarea { + display: block; + width: 100%; + min-height: 64px; + } } .form-group { diff --git a/resources/views/base.blade.php b/resources/views/base.blade.php index 34c64c581..d09912c37 100644 --- a/resources/views/base.blade.php +++ b/resources/views/base.blade.php @@ -20,6 +20,11 @@ @yield('head') @include('partials/custom-styles') + + + @if(setting('app-custom-head', false)) + {!! setting('app-custom-head') !!} + @endif diff --git a/resources/views/settings/index.blade.php b/resources/views/settings/index.blade.php index ad0b6cbfb..1e76c1675 100644 --- a/resources/views/settings/index.blade.php +++ b/resources/views/settings/index.blade.php @@ -25,7 +25,7 @@
-

For performance reasons, all images are public by default, This option adds a random, hard-to-guess characters in front of image names. Ensure directory indexes are not enabled to prevent easy access.

+

For performance reasons, all images are public. This option adds a random, hard-to-guess string in front of image urls. Ensure directory indexes are not enabled to prevent easy access.

@@ -51,12 +51,16 @@
- - +
+ +

Any content added here will be inserted into the bottom of the <head> section of every page. This is handy for overriding styles or adding analytics code.

+ +

Registration Settings

+