Просмотр исходного кода

Merge pull request #2502 from bkcsoft/fix/split-view-diff

Split view fixed
Unknwon лет назад: 8
Родитель
Сommit
566163ab82
3 измененных файлов с 12 добавлено и 1 удалено
  1. 3 0
      public/css/gogs.css
  2. 8 0
      public/less/_base.less
  3. 1 1
      templates/repo/diff.tmpl

+ 3 - 0
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;
 }

+ 8 - 0
public/less/_base.less

@@ -101,6 +101,14 @@ pre {
 		float: right;
 	}
 
+	&.container {
+		&.fluid {
+			&.padded {
+				padding: 0 10px 0 10px;
+			}
+		}
+	}
+
 	.text {
 		&.red {
 			color: #d95c5c !important;

+ 1 - 1
templates/repo/diff.tmpl

@@ -1,7 +1,7 @@
 {{template "base/head" .}}
 <div class="repository diff">
 	{{template "repo/header" .}}
-	<div class="ui container">
+	<div class="ui container {{if .IsSplitStyle}}fluid padded{{end}}">
 		{{if .IsDiffCompare }}
 			{{template "repo/commits_table" .}}
 		{{else}}