From c920cae4f67d485c8b3c2b50916b85de8b288ac0 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 26 Dec 2021 00:05:09 +0100 Subject: icons preview fix --- gulpfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gulpfile.js') 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, -- cgit v1.2.1