diff options
author | silverwind <me@silverwind.io> | 2022-10-24 03:23:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-24 02:23:04 +0100 |
commit | bf2a72d1269a598a8f50c796bb6e4946200436c3 (patch) | |
tree | e1517a1f8e8bedf4266976712e341790ffc473fe /web_src/less/_repository.less | |
parent | 578b43ddb5c7fc686b4cbd52034b623d7337ab4e (diff) | |
download | gitea-bf2a72d1269a598a8f50c796bb6e4946200436c3.tar.gz gitea-bf2a72d1269a598a8f50c796bb6e4946200436c3.zip |
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:
<img width="328" alt="image"
src="https://user-images.githubusercontent.com/115237/197334423-07731d9d-bf26-4aeb-95fa-490d9d0bf2a2.png">
After:
<img width="339" alt="Screen Shot 2022-10-22 at 12 28 01"
src="https://user-images.githubusercontent.com/115237/197334383-467c4107-09c9-4881-b75f-7f403eab7f3a.png">
<img width="413" alt="Screen Shot 2022-10-22 at 12 28 16"
src="https://user-images.githubusercontent.com/115237/197334384-f7d1fdda-a011-4138-ad1e-b52fc987501f.png">
Diffstat (limited to 'web_src/less/_repository.less')
-rw-r--r-- | web_src/less/_repository.less | 5 |
1 files changed, 5 insertions, 0 deletions
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; } |