1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-01-17 20:58:34 +01:00

icons preview fix

This commit is contained in:
codecalm 2021-12-26 00:05:09 +01:00
parent 27d506d2b0
commit c920cae4f6
3 changed files with 1444 additions and 1444 deletions

BIN
.github/icons.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 865 KiB

After

Width:  |  Height:  |  Size: 840 KiB

2884
.github/icons.svg vendored

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 708 KiB

After

Width:  |  Height:  |  Size: 707 KiB

View File

@ -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,