diff options
author | silverwind <me@silverwind.io> | 2021-05-16 22:18:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-16 22:18:18 +0200 |
commit | a32bfd867dc1619f3247310d16845c8b7b854e0e (patch) | |
tree | 66ab4133649f61a9b9c194aea5c0b51fdb3f8da3 /templates/explore | |
parent | 892e6561ff76d1fb4fd498b7ac4ed4ff77acbb7b (diff) | |
download | gitea-a32bfd867dc1619f3247310d16845c8b7b854e0e.tar.gz gitea-a32bfd867dc1619f3247310d16845c8b7b854e0e.zip |
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
Diffstat (limited to 'templates/explore')
-rw-r--r-- | templates/explore/code.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/explore/code.tmpl b/templates/explore/code.tmpl index 6332413a17..8cc1b71a7a 100644 --- a/templates/explore/code.tmpl +++ b/templates/explore/code.tmpl @@ -50,7 +50,7 @@ <a href="{{EscapePound $repo.HTMLURL}}/src/commit/{{$result.CommitID}}/{{EscapePound $result.Filename}}#L{{.}}"><span>{{.}}</span></a> {{end}} </td> - <td class="lines-code"><pre><code class="chroma"><ol class="linenums">{{.FormattedLines | Safe}}</ol></code></pre></td> + <td class="lines-code chroma"><code class="code-inner">{{.FormattedLines | Safe}}</code></td> </tr> </tbody> </table> |