Fix error badge size

This commit is contained in:
antonkomarev
2020-07-13 00:24:39 +03:00
parent 0b58381763
commit 893e4bfc4e
2 changed files with 4 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ final class ErrorImageRendererService
$minImageWidth = 98;
$minCounterBackgroundWidth = 17;
$minCounterTextLength = 70;
$minCounterTextMarginLeft = 480;
$minCounterTextMarginLeft = 885;
$label = 'Profile views';
$imageWidth = $minImageWidth + (8 * $messageLength);