Skip to content

Commit

Permalink
improve explore relevancy note (#22421)
Browse files Browse the repository at this point in the history
makes the explore relevancy note much prettier on most themes
  • Loading branch information
crystalcommunication committed Jan 13, 2023
1 parent 1ee1147 commit f1c13b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion templates/explore/repo_search.tmpl
Expand Up @@ -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}}
Expand Down
6 changes: 0 additions & 6 deletions web_src/less/_explore.less
Expand Up @@ -89,9 +89,3 @@
}
}
}

.ui.explore-relevancy-note {
border-top: 0;
margin-top: 0;
max-width: 90%;
}

0 comments on commit f1c13b4

Please sign in to comment.