From 6aeaaaa735d1e2b4a9891ebe2985220c58a8e5a7 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Thu, 27 May 2021 18:55:19 +0200 Subject: [PATCH] Adjust padding --- source/app/web/settings.example.json | 2 +- source/plugins/core/README.md | 2 +- source/plugins/core/metadata.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/app/web/settings.example.json b/source/app/web/settings.example.json index 7d59493a..4b143c42 100644 --- a/source/app/web/settings.example.json +++ b/source/app/web/settings.example.json @@ -13,7 +13,7 @@ "debug.headless": false, "//": "Debug puppeteer process", "mocked": false, "//": "Use mocked data instead of live APIs (use 'force' to use mocked token even if real token are defined)", "repositories": 100, "//": "Number of repositories to use", - "padding": ["0", "8%"], "//": "Image padding (default)", + "padding": ["0", "9%"], "//": "Image padding (default)", "hosted": { "by": "", "//": "Web instance host (displayed in footer)", "link": "", "//": "Web instance host link (displayed in footer)" diff --git a/source/plugins/core/README.md b/source/plugins/core/README.md index 8cd2d8e8..cd2a9841 100644 --- a/source/plugins/core/README.md +++ b/source/plugins/core/README.md @@ -186,7 +186,7 @@ The allowed format is `(absolute padding) + (relative padding)%` (each operand i - uses: lowlighter/metrics@latest with: # ... other options - config_padding: 0, 8% # 0px width padding, 0px + 8% height padding + config_padding: 0, 9% # 0px width padding, 0px + 9% height padding ``` ### 🧶 Using commits, pull requests, manual reviews or gists to handle metrics output diff --git a/source/plugins/core/metadata.yml b/source/plugins/core/metadata.yml index 5711a864..b2ad8af2 100644 --- a/source/plugins/core/metadata.yml +++ b/source/plugins/core/metadata.yml @@ -188,7 +188,7 @@ inputs: config_padding: description: Image padding type: string - default: 0, 8% + default: 0, 9% # Metrics output format config_output: