|
|
|
@ -8,6 +8,7 @@ body { |
|
|
|
|
font-family: "Helvetica Neue", "Microsoft YaHei", Arial, Helvetica, sans-serif !important; |
|
|
|
|
background-color: #fff; |
|
|
|
|
overflow-y: scroll; |
|
|
|
|
-webkit-font-smoothing: antialiased; |
|
|
|
|
} |
|
|
|
|
img { |
|
|
|
|
border-radius: 3px; |
|
|
|
@ -1130,6 +1131,10 @@ footer .ui.language .menu { |
|
|
|
|
margin-top: -1px; |
|
|
|
|
font-size: 15px; |
|
|
|
|
} |
|
|
|
|
.repository .navbar { |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
} |
|
|
|
|
.repository .navbar .ui.label { |
|
|
|
|
margin-top: -2px; |
|
|
|
|
margin-left: 7px; |
|
|
|
@ -2926,10 +2931,6 @@ footer .ui.language .menu { |
|
|
|
|
width: 16px; |
|
|
|
|
text-align: center; |
|
|
|
|
} |
|
|
|
|
.navbar { |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
} |
|
|
|
|
.ui.repository.list .item { |
|
|
|
|
padding-bottom: 25px; |
|
|
|
|
} |
|
|
|
|