mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Minor fix on top menu dropdown icon position
This commit is contained in:
		@@ -104,6 +104,9 @@ code.wrap {
 | 
			
		||||
.following.bar .avatar > .ui.image {
 | 
			
		||||
  margin-right: 0;
 | 
			
		||||
}
 | 
			
		||||
.following.bar .avatar .octicon-triangle-down {
 | 
			
		||||
  margin-top: 6.5px;
 | 
			
		||||
}
 | 
			
		||||
.following.bar .searchbox {
 | 
			
		||||
  background-color: #f4f4f4 !important;
 | 
			
		||||
}
 | 
			
		||||
@@ -1543,6 +1546,13 @@ footer .ui.language .menu {
 | 
			
		||||
  margin: 0;
 | 
			
		||||
  vertical-align: middle;
 | 
			
		||||
}
 | 
			
		||||
.repository.view.issue .comment-list .comment .content > .bottom.segment span.ui.image {
 | 
			
		||||
  font-size: 8vw;
 | 
			
		||||
  color: #000000;
 | 
			
		||||
}
 | 
			
		||||
.repository.view.issue .comment-list .comment .content > .bottom.segment span.ui.image:hover {
 | 
			
		||||
  color: #000000;
 | 
			
		||||
}
 | 
			
		||||
.repository.view.issue .comment-list .comment .ui.form .field:first-child {
 | 
			
		||||
  clear: none;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -92,6 +92,9 @@ pre, code {
 | 
			
		||||
	.avatar > .ui.image {
 | 
			
		||||
		margin-right: 0;
 | 
			
		||||
	}
 | 
			
		||||
	.avatar .octicon-triangle-down {
 | 
			
		||||
		margin-top: 6.5px;
 | 
			
		||||
	}
 | 
			
		||||
	.searchbox {
 | 
			
		||||
		background-color: rgb(244, 244, 244) !important;
 | 
			
		||||
		&:focus {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user