mirror of
https://github.com/go-gitea/gitea.git
synced 2025-05-05 23:42:54 +00:00
Fix repo search input height (#34330)
before:  after:  The difference is minimal, only a few pixels above and beneath, but it stands out when switching fast between the tabs on the explore route.
This commit is contained in:
parent
3e49fba578
commit
cbb2e52911
@ -1,5 +1,5 @@
|
|||||||
<div class="ui small secondary filter menu">
|
<div class="ui small secondary filter menu">
|
||||||
<form id="repo-search-form" class="ui form ignore-dirty tw-flex-1 tw-flex tw-gap-x-2">
|
<form id="repo-search-form" class="ui form ignore-dirty tw-flex-1 tw-flex tw-items-center tw-gap-x-2">
|
||||||
{{if .Language}}<input type="hidden" name="language" value="{{.Language}}">{{end}}
|
{{if .Language}}<input type="hidden" name="language" value="{{.Language}}">{{end}}
|
||||||
{{if .PageIsExploreRepositories}}<input type="hidden" name="only_show_relevant" value="{{.OnlyShowRelevant}}">{{end}}
|
{{if .PageIsExploreRepositories}}<input type="hidden" name="only_show_relevant" value="{{.OnlyShowRelevant}}">{{end}}
|
||||||
{{if .TabName}}<input type="hidden" name="tab" value="{{.TabName}}">{{end}}
|
{{if .TabName}}<input type="hidden" name="tab" value="{{.TabName}}">{{end}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user