mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-25 16:22:43 +01:00
Widen blame age line in blame view
Summary: 50% more line, no additional cost! Order Now! Operators are standing by. Test Plan: Blame a file Reviewers: epriestley, avivey Reviewed By: avivey Spies: Korvin Differential Revision: https://secure.phabricator.com/D18481
This commit is contained in:
parent
750be1c92a
commit
37843127e9
1 changed files with 1 additions and 1 deletions
|
@ -1134,7 +1134,7 @@ final class DiffusionBrowseController extends DiffusionController {
|
|||
$before_link = null;
|
||||
$commit_date = null;
|
||||
|
||||
$style = 'border-right: 2px solid '.$line['color'].';';
|
||||
$style = 'border-right: 3px solid '.$line['color'].';';
|
||||
|
||||
if ($identifier && !$line['duplicate']) {
|
||||
if (isset($commit_links[$identifier])) {
|
||||
|
|
Loading…
Reference in a new issue