From a32bfd867dc1619f3247310d16845c8b7b854e0e Mon Sep 17 00:00:00 2001 From: silverwind Date: Sun, 16 May 2021 22:18:18 +0200 Subject: [PATCH] Issue sidebar and misc css fixes (#15524) - Replace remaining font icons with SVG in issue sidebar - Rework issue due date display - Realign avatar in timeline - Fix font size in repo search and code explore - Consolidate active button styles - Fix loading form on arc-green - Align time tracker buttons vertically Fixes: https://github.com/go-gitea/gitea/issues/15896 --- templates/explore/code.tmpl | 2 +- .../repo/issue/view_content/sidebar.tmpl | 114 +++++++++--------- templates/repo/search.tmpl | 2 +- templates/user/profile.tmpl | 20 +-- web_src/less/_base.less | 16 ++- web_src/less/_editor.less | 4 + web_src/less/_repository.less | 2 +- web_src/less/helpers.less | 1 - web_src/less/themes/theme-arc-green.less | 15 +-- 9 files changed, 92 insertions(+), 84 deletions(-) diff --git a/templates/explore/code.tmpl b/templates/explore/code.tmpl index 6332413a1..8cc1b71a7 100644 --- a/templates/explore/code.tmpl +++ b/templates/explore/code.tmpl @@ -50,7 +50,7 @@ {{.}} {{end}} -
    {{.FormattedLines | Safe}}
+ {{.FormattedLines | Safe}} diff --git a/templates/repo/issue/view_content/sidebar.tmpl b/templates/repo/issue/view_content/sidebar.tmpl index 30acb839b..e3530fc45 100644 --- a/templates/repo/issue/view_content/sidebar.tmpl +++ b/templates/repo/issue/view_content/sidebar.tmpl @@ -6,12 +6,12 @@