mirror of
https://github.com/antonkomarev/github-profile-views-counter.git
synced 2026-07-30 17:16:17 -04:00
Fix error badge size
This commit is contained in:
@@ -42,7 +42,7 @@ final class ErrorImageRendererService
|
||||
$minImageWidth = 98;
|
||||
$minCounterBackgroundWidth = 17;
|
||||
$minCounterTextLength = 70;
|
||||
$minCounterTextMarginLeft = 480;
|
||||
$minCounterTextMarginLeft = 885;
|
||||
|
||||
$label = 'Profile views';
|
||||
$imageWidth = $minImageWidth + (8 * $messageLength);
|
||||
|
||||
Reference in New Issue
Block a user