Browse Source

adjust filter style

pull/93/head
Gitea 4 years ago
parent
commit
0af18b8c83
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      templates/user/profile.tmpl

+ 3
- 3
templates/user/profile.tmpl View File

@@ -117,9 +117,9 @@
</div>
<div class="ui divider"></div>
{{end}}
<div style="padding-bottom: 100px;">
<a style="background-color:blue;color:white" href="{{.Owner.HomeLink}}?tab=activity&type=own" class="button">个人</a>
<a style="background-color:blue;color:white" href="{{.Owner.HomeLink}}?tab=activity&type=all" class="button">所有</a>
<div style="padding-bottom: 30px;display:flex;">
<a style="background-color: #40A9FF;color:white;display:block;width:50px;height:25px;text-indent:8px;margin-right:10px;" href="{{.Owner.HomeLink}}?tab=activity&type=own" class="button">个人</a>
<a style="background-color: #40A9FF;color:white;display:block;width:50px;height:25px;text-indent:8px" href="{{.Owner.HomeLink}}?tab=activity&type=all" class="button">所有</a>
</div>
<div class="feeds">
{{template "user/dashboard/feeds" .}}


Loading…
Cancel
Save