readme image fix
This commit is contained in:
parent
b0f233cfc0
commit
38c4a51774
Binary file not shown.
|
Before Width: | Height: | Size: 351 KiB After Width: | Height: | Size: 352 KiB |
File diff suppressed because it is too large
Load Diff
|
Before Width: | Height: | Size: 276 KiB After Width: | Height: | Size: 276 KiB |
|
|
@ -127,9 +127,9 @@ const printChangelog = function (newIcons, modifiedIcons, renamedIcons, pretty =
|
|||
}
|
||||
};
|
||||
|
||||
const generateIconsPreview = function (files, destFile, cb, columnsCount = 18, paddingOuter = 3) {
|
||||
const generateIconsPreview = function (files, destFile, cb, columnsCount = 17, paddingOuter = 7) {
|
||||
|
||||
const padding = 28,
|
||||
const padding = 26,
|
||||
iconSize = 24;
|
||||
|
||||
const iconsCount = files.length,
|
||||
|
|
|
|||
Loading…
Reference in New Issue