diff --git a/public/js/grocy.js b/public/js/grocy.js index 560bd445..ea2ad46b 100644 --- a/public/js/grocy.js +++ b/public/js/grocy.js @@ -497,7 +497,6 @@ $("#about-dialog-link").on("click", function() { bootbox.alert({ message: '', - size: "large", closeButton: false }); }); diff --git a/views/about.blade.php b/views/about.blade.php index 539fd828..780d56d3 100644 --- a/views/about.blade.php +++ b/views/about.blade.php @@ -7,20 +7,28 @@

@yield('title')

- grocy is a project by - Bernd Bestel
- Created with passion since 2017
-
- Version {{ $version }}
- {{ $L('Released on') }} {{ $releaseDate }}
-
- PHP Version {{ $system_info['php_version'] }}
- SQLite Version {{ $system_info['sqlite_version'] }}
-
- Life runs on code
- - - +

+ grocy is a project by + Bernd Bestel
+ Created with passion since 2017 +

+ +

+ Version {{ $version }}
+ {{ $L('Released on') }} {{ $releaseDate }} +

+ +

+ PHP Version {{ $system_info['php_version'] }}
+ SQLite Version {{ $system_info['sqlite_version'] }} +

+ +

+ Life runs on code
+ + + +

@stop