aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2021-12-26 00:05:09 +0100
committercodecalm <codecalm@gmail.com>2021-12-26 00:05:09 +0100
commitc920cae4f67d485c8b3c2b50916b85de8b288ac0 (patch)
treecb77db73622df6e55b16e5681b821ae54b0b081f /gulpfile.js
parentwebsite update (diff)
downloadtabler-icons-c920cae4f67d485c8b3c2b50916b85de8b288ac0.tar.xz
icons preview fix
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 60203d7e..037f7692 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -170,9 +170,9 @@ const printChangelog = function (newIcons, modifiedIcons, renamedIcons, pretty =
}
};
-const generateIconsPreview = function (files, destFile, cb, columnsCount = 17, paddingOuter = 7) {
+const generateIconsPreview = function (files, destFile, cb, columnsCount = 19, paddingOuter = 7) {
- const padding = 26,
+ const padding = 20,
iconSize = 24;
const iconsCount = files.length,