From bf2a72d1269a598a8f50c796bb6e4946200436c3 Mon Sep 17 00:00:00 2001 From: silverwind Date: Mon, 24 Oct 2022 03:23:04 +0200 Subject: Expand "Go to File" button again, fix 'Add File' margin (#21543) With https://github.com/go-gitea/gitea/pull/21428 we gained some space so we are again able to show the "Go to File" button as text instead of icon-only (the old icon was not particularily fitting anyways). Before: image After: Screen Shot 2022-10-22 at 12 28 01 Screen Shot 2022-10-22 at 12 28 16 --- web_src/less/_repository.less | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'web_src/less/_repository.less') diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less index 5dee3fccdd..bd007196d4 100644 --- a/web_src/less/_repository.less +++ b/web_src/less/_repository.less @@ -2804,6 +2804,11 @@ margin-top: 10px; } +.repo-button-row .dropdown > .dropdown.icon { + margin-left: .25rem !important; + margin-right: 0 !important; +} + .wiki .repo-button-row { margin-bottom: 0; } -- cgit v1.2.3