mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-01-17 12:48:26 +01:00
icons preview fix
This commit is contained in:
parent
27d506d2b0
commit
c920cae4f6
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;
|
||||
|
||||
const iconsCount = files.length,
|
||||
|
Loading…
x
Reference in New Issue
Block a user