Skip to content

Commit 8139649

Browse files
committed
tweak blame button and author
1 parent 3341bdc commit 8139649

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

web_src/css/base.css

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

14241424
.lines-blame-btn {
1425-
padding-left: 10px;
1426-
padding-right: 10px;
1427-
text-align: right !important;
1428-
width: 2%;
1425+
padding: 1px 3px;
1426+
display: flex;
1427+
justify-content: center;
14291428
}
14301429

14311430
.lines-num {
@@ -1536,7 +1535,7 @@ a.ui.active.label:hover {
15361535
width: 350px;
15371536
max-width: 350px;
15381537
display: block;
1539-
padding: 0 0 0 10px;
1538+
padding: 1px 0 1px 10px;
15401539
line-height: 20px;
15411540
box-sizing: content-box;
15421541
}

0 commit comments

Comments
 (0)