diff --git a/changelog/55_UNRELEASED_2020-01-31.md b/changelog/55_UNRELEASED_2020-01-31.md index ec8a6254..6bbfac03 100644 --- a/changelog/55_UNRELEASED_2020-01-31.md +++ b/changelog/55_UNRELEASED_2020-01-31.md @@ -71,7 +71,7 @@ - New user options in the display settings menu in the top right corner (defaults to disabled) - Slightly optimized table loading & search performance (thanks @lwis) - Added that the currently active sidebar menu item is always in view -- Reordered the sidebar menu items a little bit and grouped them by borders to waste less space +- Reordered the sidebar menu items a little bit, grouped them by borders and made them a little smaller to waste less space - Fixed that also the first column (where in most tables only buttons/menus are displayed) in tables was searched when using the general search field - Fixed that the meal plan menu entry (sidebar) was not visible when the calendar was disabled (`FEATURE_FLAG_CALENDAR`) (thanks @lwis) - For integration: If a `GET` parameter `closeAfterCreation` is passed to the product edit page, the window will be closed on save (due to Browser restrictions, this only works when the window was opened from JavaScript) (thanks @Forceu) diff --git a/public/css/grocy.css b/public/css/grocy.css index 1a6464e9..2ca3c73b 100644 --- a/public/css/grocy.css +++ b/public/css/grocy.css @@ -319,6 +319,10 @@ html { padding-right: 1.25em !important; } +#sidebarResponsive .nav-item-sidebar { + line-height: 1; +} + /* Third party component customizations - Tempus Dominus */ .bootstrap-datetimepicker-widget.dropdown-menu { width: auto !important; diff --git a/publication_assets/dashboard.png b/publication_assets/dashboard.png index df1c7d51..7e45b710 100644 Binary files a/publication_assets/dashboard.png and b/publication_assets/dashboard.png differ diff --git a/views/layout/default.blade.php b/views/layout/default.blade.php index c2475de2..cfad5fda 100644 --- a/views/layout/default.blade.php +++ b/views/layout/default.blade.php @@ -88,7 +88,7 @@