Skip to content

Commit d9d6abc

Browse files
committed
Larger hunk buttons
1 parent 7715867 commit d9d6abc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

html/views/commit/commit.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,20 +62,19 @@ table.diff {
6262
}
6363

6464
.diff .hunkbutton {
65-
min-width: 40px;
66-
padding: 0 2px 0 2px;
65+
min-width: 5em;
66+
padding: 3px 0;
67+
top: 4px;
6768
margin-bottom: 4px;
68-
margin-right: 1px;
69+
margin-right: 3px;
6970
float: right;
7071
position: relative;
7172
z-index: 1;
7273

73-
border: 1px solid #3465a4;
7474
background-color: #cce5ff;
7575
color: #204a87;
7676

7777
font-family: -apple-system, 'Helvetica Neue', 'Lucida Grande';
78-
font-size: 80%;
7978
text-decoration: none;
8079
text-align: center;
8180

0 commit comments

Comments
 (0)