mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	improve explore relevancy note (#22421)
makes the explore relevancy note much prettier on most themes
This commit is contained in:
		| @@ -30,7 +30,7 @@ | ||||
| 	</div> | ||||
| </form> | ||||
| {{if .OnlyShowRelevant}} | ||||
| 	<div class="ui blue attached message explore-relevancy-note"> | ||||
| 	<div class="ui message explore-relevancy-note"> | ||||
| 		<span class="ui tooltip" data-content="{{.locale.Tr "explore.relevant_repositories_tooltip"}}">{{.locale.Tr "explore.relevant_repositories" ((printf "%s%s" $.Link "?no_filter=1")|Escape) | Safe}}</span> | ||||
| 	</div> | ||||
| {{end}} | ||||
|   | ||||
| @@ -89,9 +89,3 @@ | ||||
|     } | ||||
|   } | ||||
| } | ||||
|  | ||||
| .ui.explore-relevancy-note { | ||||
|   border-top: 0; | ||||
|   margin-top: 0; | ||||
|   max-width: 90%; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user