Skip to content

Commit 56a9e68

Browse files
silverwindlunny
authored andcommitted
further adjustment
1 parent f741513 commit 56a9e68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/user/dashboard/repolist.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<span class="sr-only">{{.i18n.Tr "new_repo"}}</span>
3434
</a>
3535
</h4>
36-
<div class="ui attached secondary segment repos-search">
36+
<div class="ui attached segment repos-search">
3737
<div class="ui fluid right action left icon input" :class="{loading: isLoading}">
3838
<input @input="searchRepos(reposFilter)" v-model="searchQuery" ref="search" placeholder="{{.i18n.Tr "home.search_repos"}}">
3939
<i class="icon df ac jc">{{svg "octicon-search" 16}}</i>

web_src/less/themes/theme-arc-green.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
--color-button: #353846;
9696
--color-code-bg: #2a2e3a;
9797
--color-shadow: #00000060;
98-
--color-secondary-bg: #313442;
98+
--color-secondary-bg: #2a2e3a;
9999
}
100100

101101
/* LineTableTD */

0 commit comments

Comments
 (0)