Adjust padding
This commit is contained in:
2
source/app/web/settings.example.json
generated
2
source/app/web/settings.example.json
generated
@@ -13,7 +13,7 @@
|
|||||||
"debug.headless": false, "//": "Debug puppeteer process",
|
"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)",
|
"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",
|
"repositories": 100, "//": "Number of repositories to use",
|
||||||
"padding": ["16", "16 + 13%"], "//": "Image padding (default)",
|
"padding": ["16", "16 + 9%"], "//": "Image padding (default)",
|
||||||
"hosted": {
|
"hosted": {
|
||||||
"by": "", "//": "Web instance host (displayed in footer)",
|
"by": "", "//": "Web instance host (displayed in footer)",
|
||||||
"link": "", "//": "Web instance host link (displayed in footer)"
|
"link": "", "//": "Web instance host link (displayed in footer)"
|
||||||
|
|||||||
@@ -186,7 +186,7 @@ The allowed format is `(absolute padding) + (relative padding)%` (each operand i
|
|||||||
- uses: lowlighter/metrics@latest
|
- uses: lowlighter/metrics@latest
|
||||||
with:
|
with:
|
||||||
# ... other options
|
# ... other options
|
||||||
config_padding: 16, 16 + 13% # 16px width padding, 16px + 13% height padding
|
config_padding: 16, 16 + 9% # 16px width padding, 16px + 9% height padding
|
||||||
```
|
```
|
||||||
|
|
||||||
### 🧶 Using commits, pull requests, manual reviews or gists to handle metrics output
|
### 🧶 Using commits, pull requests, manual reviews or gists to handle metrics output
|
||||||
|
|||||||
@@ -188,7 +188,7 @@ inputs:
|
|||||||
config_padding:
|
config_padding:
|
||||||
description: Image padding
|
description: Image padding
|
||||||
type: string
|
type: string
|
||||||
default: 16, 16 + 13%
|
default: 16, 16 + 9%
|
||||||
|
|
||||||
# Metrics output format
|
# Metrics output format
|
||||||
config_output:
|
config_output:
|
||||||
|
|||||||
Reference in New Issue
Block a user