aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/less/_repository.less
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2020-09-08 19:17:56 +0200
committerGitHub <noreply@github.com>2020-09-08 13:17:56 -0400
commit3865ecbf13b5091be6a03913c1a83f361228d556 (patch)
treeb4168776eeedb90adb8e0e00981ce161dd1f395b /web_src/less/_repository.less
parente2043987543d6b1e94afc22d145d70ddaf814898 (diff)
downloadgitea-3865ecbf13b5091be6a03913c1a83f361228d556.tar.gz
gitea-3865ecbf13b5091be6a03913c1a83f361228d556.zip
File header tweaks, add CSS helpers (#12635)
- replace two instances of fontawesome with octicons - add new "class" optional argument to "svg" helper - add many new CSS helpers and move their import to the end for increaseed precedence Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'web_src/less/_repository.less')
-rw-r--r--web_src/less/_repository.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less
index c29d0925da..2a8d3b5693 100644
--- a/web_src/less/_repository.less
+++ b/web_src/less/_repository.less
@@ -3139,6 +3139,11 @@ td.blob-excerpt {
align-items: center;
}
+.file-info-entry {
+ display: flex;
+ align-items: center;
+}
+
.file-info-entry + .file-info-entry {
border-left: 1px solid currentColor;
margin-left: 8px;