diff --git a/changelog/60_UNRELEASED_2020-xx-xx.md b/changelog/60_UNRELEASED_2020-xx-xx.md index 2f9c1faa..a2b5e098 100644 --- a/changelog/60_UNRELEASED_2020-xx-xx.md +++ b/changelog/60_UNRELEASED_2020-xx-xx.md @@ -136,7 +136,7 @@ - Fixed (again) that CORS was broken ### General & other improvements/fixes -- UI refresh / style improvements (thanks @zsarnett) +- UI refresh / style improvements (thanks @zsarnett for the idea and initial work on this) - The data path (previously fixed to the `data` folder) is now configurable, making it possible to run multiple grocy instances from the same directory (with different `config.php` files / different database, etc.) (thanks @fgrsnau) - Via an environment variable `GROCY_DATAPATH` (higher priority) - Via an FastCGI parameter `GROCY_DATAPATH` (lower priority) diff --git a/public/css/grocy.css b/public/css/grocy.css index 7fcf4004..bd9fae7e 100644 --- a/public/css/grocy.css +++ b/public/css/grocy.css @@ -474,12 +474,6 @@ canvas.drawingBuffer { cursor: pointer; } -#info-current-stock { - font-size: 1.5em; - font-weight: 500; - line-height: 1.2; -} - .related-links .btn { font-size: 14px; } diff --git a/views/about.blade.php b/views/about.blade.php index 55cd3be7..30aa8fff 100644 --- a/views/about.blade.php +++ b/views/about.blade.php @@ -7,7 +7,7 @@