Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
tag size
Browse files Browse the repository at this point in the history
  • Loading branch information
maykar authored Nov 6, 2020
1 parent 31411cc commit 77d2cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kiosk-mode.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function appLayoutWatch(mutations) {
}

// Overly complicated console tag.
const conInfo = { header: "%c≡ kiosk-mode".padEnd(23), ver: "%cversion *DEV " };
const conInfo = { header: "%c≡ kiosk-mode".padEnd(25), ver: "%cversion *DEV " };
const br = "%c\n";
const maxLen = Math.max(...Object.values(conInfo).map((el) => el.length));
for (const [key] of Object.entries(conInfo)) {
Expand Down

0 comments on commit 77d2cb4

Please sign in to comment.