diff --git a/public/logo.png b/public/logo.png index 6e14c8c8a..1803feebf 100644 Binary files a/public/logo.png and b/public/logo.png differ diff --git a/resources/assets/sass/_forms.scss b/resources/assets/sass/_forms.scss index 76c9674f5..037dad94a 100644 --- a/resources/assets/sass/_forms.scss +++ b/resources/assets/sass/_forms.scss @@ -187,4 +187,8 @@ input:checked + .toggle-switch { } #login-form label.toggle-switch { margin-left: $-xl; +} + +.image-picker img { + background-color: #BBB; } \ No newline at end of file diff --git a/resources/assets/sass/_html.scss b/resources/assets/sass/_html.scss index 07ffb10a6..ea97a4dd2 100644 --- a/resources/assets/sass/_html.scss +++ b/resources/assets/sass/_html.scss @@ -4,6 +4,10 @@ html { background-color: #FFFFFF; height: 100%; + overflow-y: scroll; + &.flexbox { + overflow-y: hidden; + } } body { font-family: $text; diff --git a/resources/views/base.blade.php b/resources/views/base.blade.php index 5c744d821..4c5ccf834 100644 --- a/resources/views/base.blade.php +++ b/resources/views/base.blade.php @@ -1,5 +1,5 @@ - +
- View all matched pages + + @if(count($pages) > 0) + View all matched pages + @endif + @if(count($chapters) > 0)