From c6d83081cf3f19a312ea7d2dbb53aec1ee5ffa7a Mon Sep 17 00:00:00 2001 From: Eric Kotato Date: Sun, 2 Jul 2023 12:09:55 +0300 Subject: [PATCH] Updated Size Scheme Layer 1 (markdown) --- Size-Scheme-Layer-1.md | 42 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/Size-Scheme-Layer-1.md b/Size-Scheme-Layer-1.md index aad4872..ebf4066 100644 --- a/Size-Scheme-Layer-1.md +++ b/Size-Scheme-Layer-1.md @@ -12,4 +12,44 @@ Set the width of the power page container area. * **Default**: `370`. -### TODO \ No newline at end of file +### `offset_slices` + +Sets both horizontal and vertical offset for all buttons (AKA slices). + +* **Default**: `5`. + +### `padding_slices` + +Sets internal padding for all buttons (AKA slices). + +* **Default**: `0`. + +### `spacing_slices` + +Sets spacing between all buttons (AKA slices). + +* **Default**: `3`. + +### `skew_slices` + +Sets the skew of all buttons (AKA slices). + +* **Default**: `32`. + +### `image_padding` + +Sets padding for all images (avatars and icons). + +* **Default**: `2`. + +### `spacing_item` + +Sets spacing between all items in list. + +* **Default**: `2`. + +### `padding_item` + +Sets internal padding in list items. + +* **Default**: `2`. \ No newline at end of file