diff options
author | silverwind <me@silverwind.io> | 2017-12-02 18:57:51 +0100 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2017-12-02 19:57:51 +0200 |
commit | f9db60e3bdc34508b0267e4e74e8a8f8e36989c1 (patch) | |
tree | 84ac35464ac0a34cb11f23f69eaf3479905cca06 /templates/repo/branch_dropdown.tmpl | |
parent | 8cd616e977790b71718b872012a984153ae16bd0 (diff) | |
download | gitea-f9db60e3bdc34508b0267e4e74e8a8f8e36989c1.tar.gz gitea-f9db60e3bdc34508b0267e4e74e8a8f8e36989c1.zip |
Adjust branch button size (#3063)
Diffstat (limited to 'templates/repo/branch_dropdown.tmpl')
-rw-r--r-- | templates/repo/branch_dropdown.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/branch_dropdown.tmpl b/templates/repo/branch_dropdown.tmpl index 68a2d3c497..ef34cc5cf7 100644 --- a/templates/repo/branch_dropdown.tmpl +++ b/templates/repo/branch_dropdown.tmpl @@ -1,6 +1,6 @@ <div class="fitted item choose reference"> <div class="ui floating filter dropdown custom" data-can-create-branch="{{.CanCreateBranch}}" data-no-results="{{.i18n.Tr "repo.pulls.no_results"}}"> - <div class="ui basic small button" @click="menuVisible = !menuVisible" @keyup.enter="menuVisible = !menuVisible"> + <div class="ui basic small compact button" @click="menuVisible = !menuVisible" @keyup.enter="menuVisible = !menuVisible"> <span class="text"> <i class="octicon octicon-git-branch"></i> {{if .IsViewBranch}}{{.i18n.Tr "repo.branch"}}{{else}}{{.i18n.Tr "repo.tree"}}{{end}}: |