Skip to content

Commit e39b872

Browse files
committed
more tweaks
1 parent 7e8d1bf commit e39b872

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

templates/repo/blame.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
{{$row.CommitMessage}}
4646
</a>
4747
</div>
48-
<div class="blame-time">
48+
<div class="blame-time not-mobile">
4949
{{$row.CommitSince}}
5050
</div>
5151
</div>

web_src/css/base.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,7 @@ a.ui.active.label:hover {
14221422
}
14231423

14241424
.lines-blame-btn {
1425-
padding: 0 4px;
1425+
padding: 0 1px;
14261426
display: flex;
14271427
justify-content: center;
14281428
}
@@ -1535,8 +1535,8 @@ a.ui.active.label:hover {
15351535
}
15361536

15371537
.lines-commit .blame-info {
1538-
width: 350px;
1539-
max-width: 350px;
1538+
width: 26vw;
1539+
max-width: 26vw;
15401540
display: block;
15411541
padding: 0 0 0 6px;
15421542
line-height: 20px;

0 commit comments

Comments
 (0)