diff --git a/public/css/gogs.css b/public/css/gogs.css index 02032e83a..0014c5fae 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -809,6 +809,9 @@ pre.wrap { .ui.right { float: right; } +.ui.container.fluid.padded { + padding: 0 10px 0 10px; +} .ui .text.red { color: #d95c5c !important; } diff --git a/public/less/_base.less b/public/less/_base.less index a63072fdc..032294444 100644 --- a/public/less/_base.less +++ b/public/less/_base.less @@ -101,6 +101,14 @@ pre { float: right; } + &.container { + &.fluid { + &.padded { + padding: 0 10px 0 10px; + } + } + } + .text { &.red { color: #d95c5c !important; diff --git a/templates/repo/diff.tmpl b/templates/repo/diff.tmpl index 656896841..192d6fdd2 100644 --- a/templates/repo/diff.tmpl +++ b/templates/repo/diff.tmpl @@ -1,7 +1,7 @@ {{template "base/head" .}}
{{template "repo/header" .}} -
+
{{if .IsDiffCompare }} {{template "repo/commits_table" .}} {{else}}