mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-08-19 20:32:25 +02:00
icons preview fix
This commit is contained in:
BIN
.github/icons.png
vendored
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
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 |
@@ -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;
|
iconSize = 24;
|
||||||
|
|
||||||
const iconsCount = files.length,
|
const iconsCount = files.length,
|
||||||
|
Reference in New Issue
Block a user