Skip to content

Commit 7ea8e9f

Browse files
committed
Added webkit-font-smoothing
1 parent e7c3be5 commit 7ea8e9f

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

public/css/index.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ body {
88
font-family: "Helvetica Neue", "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
99
background-color: #fff;
1010
overflow-y: scroll;
11+
-webkit-font-smoothing: antialiased;
1112
}
1213
img {
1314
border-radius: 3px;
@@ -1130,6 +1131,10 @@ footer .ui.language .menu {
11301131
margin-top: -1px;
11311132
font-size: 15px;
11321133
}
1134+
.repository .navbar {
1135+
display: flex;
1136+
justify-content: space-between;
1137+
}
11331138
.repository .navbar .ui.label {
11341139
margin-top: -2px;
11351140
margin-left: 7px;
@@ -2926,10 +2931,6 @@ footer .ui.language .menu {
29262931
width: 16px;
29272932
text-align: center;
29282933
}
2929-
.navbar {
2930-
display: flex;
2931-
justify-content: space-between;
2932-
}
29332934
.ui.repository.list .item {
29342935
padding-bottom: 25px;
29352936
}

public/less/_base.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ body {
44
font-family: "Helvetica Neue", "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
55
background-color: #fff;
66
overflow-y: scroll;
7+
-webkit-font-smoothing: antialiased;
78
}
89
img {
910
border-radius: 3px;

public/less/_repository.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
}
3838

3939
.navbar {
40+
display: flex;
41+
justify-content: space-between;
4042
.ui.label {
4143
margin-top: -2px;
4244
margin-left: 7px;

0 commit comments

Comments
 (0)