1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Remove box-shadow from UI, fix dashboard issue (#3065)

This commit is contained in:
silverwind
2017-12-03 00:16:35 +01:00
committed by Lauris BH
parent ef5364950b
commit 4947cfb7b0
4 changed files with 13 additions and 2 deletions

View File

@@ -31,7 +31,7 @@
<a :class="{item: true, active: tab === 'repos'}" @click="changeTab('repos')">{{.i18n.Tr "repository"}}</a>
<a :class="{item: true, active: tab === 'organizations'}" @click="changeTab('organizations')">{{.i18n.Tr "organization"}}</a>
</div>
<div v-show="tab === 'repos'" class="ui tab active list">
<div v-show="tab === 'repos'" class="ui tab active list dashboard-repos">
<h4 class="ui top attached header">
{{.i18n.Tr "home.my_repos"}} <span class="ui grey label">${reposTotalCount}</span>
<div class="ui right">