We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e8d1bf commit e39b872Copy full SHA for e39b872
templates/repo/blame.tmpl
@@ -45,7 +45,7 @@
45
{{$row.CommitMessage}}
46
</a>
47
</div>
48
- <div class="blame-time">
+ <div class="blame-time not-mobile">
49
{{$row.CommitSince}}
50
51
web_src/css/base.css
@@ -1422,7 +1422,7 @@ a.ui.active.label:hover {
1422
}
1423
1424
.lines-blame-btn {
1425
- padding: 0 4px;
+ padding: 0 1px;
1426
display: flex;
1427
justify-content: center;
1428
@@ -1535,8 +1535,8 @@ a.ui.active.label:hover {
1535
1536
1537
.lines-commit .blame-info {
1538
- width: 350px;
1539
- max-width: 350px;
+ width: 26vw;
+ max-width: 26vw;
1540
display: block;
1541
padding: 0 0 0 6px;
1542
line-height: 20px;
0 commit comments