mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-03-12 00:12:37 +01:00
ui: remove divider in code search (#6796)
Related to https://codeberg.org/forgejo/forgejo/pulls/6794: it reminded me that I'm bothered by it and inspired to submit a PR. It adds no value and looks ugly in all cases. Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6796 Reviewed-by: Robert Wolff <mahlzahn@posteo.de> Reviewed-by: Gusted <gusted@noreply.codeberg.org> Co-authored-by: 0ko <0ko@noreply.codeberg.org> Co-committed-by: 0ko <0ko@noreply.codeberg.org>
This commit is contained in:
parent
519169ee7b
commit
0d10d0971e
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@
|
||||||
"Selected" $.CodeSearchMode
|
"Selected" $.CodeSearchMode
|
||||||
"Options" $.CodeSearchOptions}}
|
"Options" $.CodeSearchOptions}}
|
||||||
</form>
|
</form>
|
||||||
<div class="divider"></div>
|
|
||||||
<div class="ui user list">
|
<div class="ui user list">
|
||||||
{{if .CodeIndexerUnavailable}}
|
{{if .CodeIndexerUnavailable}}
|
||||||
<div class="ui error message">
|
<div class="ui error message">
|
||||||
|
|
Loading…
Add table
Reference in a new issue