diff options
author | Cirno the Strongest <1447794+CirnoT@users.noreply.github.com> | 2020-06-25 20:58:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-25 14:58:12 -0400 |
commit | 6764daf7e5a5c485d991fc8030c3c97eab3d1792 (patch) | |
tree | eaa369d324b3be865818aaedb43efd3544ddb179 /templates/repo/home.tmpl | |
parent | 0b1bb964413c3785e8b4d75e4242513af86bfdf5 (diff) | |
download | gitea-6764daf7e5a5c485d991fc8030c3c97eab3d1792.tar.gz gitea-6764daf7e5a5c485d991fc8030c3c97eab3d1792.zip |
Use Fomantic's fluid padded for blame full width (#12023)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'templates/repo/home.tmpl')
-rw-r--r-- | templates/repo/home.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl index 45f51819f8..f3e07b686e 100644 --- a/templates/repo/home.tmpl +++ b/templates/repo/home.tmpl @@ -1,7 +1,7 @@ {{template "base/head" .}} -<div class="repository file list {{if .IsBlame}}blame{{end}}"> +<div class="repository file list"> {{template "repo/header" .}} - <div class="ui container"> + <div class="ui container {{if .IsBlame}}fluid padded{{end}}"> {{template "base/alert" .}} <div class="ui repo-description"> <div id="repo-desc"> |