Added webkit-font-smoothing (#763)
This commit is contained in:
		
							parent
							
								
									e08421017c
								
							
						
					
					
						commit
						4faf097fb9
					
				
					 3 changed files with 8 additions and 4 deletions
				
			
		|  | @ -8,6 +8,7 @@ body { | ||||||
|   font-family: "Helvetica Neue", "Microsoft YaHei", Arial, Helvetica, sans-serif !important; |   font-family: "Helvetica Neue", "Microsoft YaHei", Arial, Helvetica, sans-serif !important; | ||||||
|   background-color: #fff; |   background-color: #fff; | ||||||
|   overflow-y: scroll; |   overflow-y: scroll; | ||||||
|  |   -webkit-font-smoothing: antialiased; | ||||||
| } | } | ||||||
| img { | img { | ||||||
|   border-radius: 3px; |   border-radius: 3px; | ||||||
|  | @ -1130,6 +1131,10 @@ footer .ui.language .menu { | ||||||
|   margin-top: -1px; |   margin-top: -1px; | ||||||
|   font-size: 15px; |   font-size: 15px; | ||||||
| } | } | ||||||
|  | .repository .navbar { | ||||||
|  |   display: flex; | ||||||
|  |   justify-content: space-between; | ||||||
|  | } | ||||||
| .repository .navbar .ui.label { | .repository .navbar .ui.label { | ||||||
|   margin-top: -2px; |   margin-top: -2px; | ||||||
|   margin-left: 7px; |   margin-left: 7px; | ||||||
|  | @ -2926,10 +2931,6 @@ footer .ui.language .menu { | ||||||
|   width: 16px; |   width: 16px; | ||||||
|   text-align: center; |   text-align: center; | ||||||
| } | } | ||||||
| .navbar { |  | ||||||
|   display: flex; |  | ||||||
|   justify-content: space-between; |  | ||||||
| } |  | ||||||
| .ui.repository.list .item { | .ui.repository.list .item { | ||||||
|   padding-bottom: 25px; |   padding-bottom: 25px; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -4,6 +4,7 @@ body { | ||||||
| 	font-family: "Helvetica Neue", "Microsoft YaHei", Arial, Helvetica, sans-serif !important; | 	font-family: "Helvetica Neue", "Microsoft YaHei", Arial, Helvetica, sans-serif !important; | ||||||
| 	background-color: #fff; | 	background-color: #fff; | ||||||
| 	overflow-y: scroll; | 	overflow-y: scroll; | ||||||
|  | 	-webkit-font-smoothing: antialiased; | ||||||
| } | } | ||||||
| img { | img { | ||||||
| 	border-radius: 3px; | 	border-radius: 3px; | ||||||
|  |  | ||||||
|  | @ -37,6 +37,8 @@ | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
| 	.navbar { | 	.navbar { | ||||||
|  | 		display: flex; | ||||||
|  | 		justify-content: space-between; | ||||||
| 		.ui.label { | 		.ui.label { | ||||||
| 			margin-top: -2px; | 			margin-top: -2px; | ||||||
| 			margin-left: 7px; | 			margin-left: 7px; | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue