From 6d86807218a6e89e15f6a5fdfc13beb66b916c14 Mon Sep 17 00:00:00 2001 From: nelind Date: Fri, 25 Jul 2025 01:42:34 +0200 Subject: [PATCH] appview: pages: remove remaining non-body min-h-screens to avoid the permanent scroll here as well Change-Id: omvrpurvktoqrtynvvqptukywpmnuznq Signed-off-by: nelind --- appview/pages/templates/repo/commit.html | 6 +++--- appview/pages/templates/repo/compare/compare.html | 6 +++--- .../pages/templates/repo/fragments/diffChangedFiles.html | 2 +- appview/pages/templates/repo/fragments/interdiffFiles.html | 2 +- appview/pages/templates/repo/pulls/interdiff.html | 6 +++--- appview/pages/templates/repo/pulls/patch.html | 6 +++--- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/appview/pages/templates/repo/commit.html b/appview/pages/templates/repo/commit.html index 38beef9..c3a67f8 100644 --- a/appview/pages/templates/repo/commit.html +++ b/appview/pages/templates/repo/commit.html @@ -92,8 +92,8 @@ {{ end }} {{ block "contentAfterLayout" . }} -
-
+
+
{{ block "contentAfterLeft" . }} {{ end }}
@@ -118,7 +118,7 @@
{{ template "repo/fragments/diffOpts" .DiffOpts }}
-
+
{{ template "repo/fragments/diffChangedFiles" .Diff }}
{{end}} diff --git a/appview/pages/templates/repo/compare/compare.html b/appview/pages/templates/repo/compare/compare.html index a23ad38..384e0f5 100644 --- a/appview/pages/templates/repo/compare/compare.html +++ b/appview/pages/templates/repo/compare/compare.html @@ -23,8 +23,8 @@ {{ end }} {{ block "contentAfterLayout" . }} -
-
+
+
{{ block "contentAfterLeft" . }} {{ end }}
@@ -49,7 +49,7 @@
{{ template "repo/fragments/diffOpts" .DiffOpts }}
-
+
{{ template "repo/fragments/diffChangedFiles" .Diff }}
{{end}} diff --git a/appview/pages/templates/repo/fragments/diffChangedFiles.html b/appview/pages/templates/repo/fragments/diffChangedFiles.html index b713204..34c4302 100644 --- a/appview/pages/templates/repo/fragments/diffChangedFiles.html +++ b/appview/pages/templates/repo/fragments/diffChangedFiles.html @@ -1,7 +1,7 @@ {{ define "repo/fragments/diffChangedFiles" }} {{ $stat := .Stat }} {{ $fileTree := fileTree .ChangedFiles }} -
+
Changed files diff --git a/appview/pages/templates/repo/fragments/interdiffFiles.html b/appview/pages/templates/repo/fragments/interdiffFiles.html index 0825d23..26d3d99 100644 --- a/appview/pages/templates/repo/fragments/interdiffFiles.html +++ b/appview/pages/templates/repo/fragments/interdiffFiles.html @@ -1,6 +1,6 @@ {{ define "repo/fragments/interdiffFiles" }} {{ $fileTree := fileTree .AffectedFiles }} -
+
files diff --git a/appview/pages/templates/repo/pulls/interdiff.html b/appview/pages/templates/repo/pulls/interdiff.html index 78b303c..81da1b2 100644 --- a/appview/pages/templates/repo/pulls/interdiff.html +++ b/appview/pages/templates/repo/pulls/interdiff.html @@ -41,8 +41,8 @@ {{ end }} {{ block "contentAfterLayout" . }} -
-
+
+
{{ block "contentAfterLeft" . }} {{ end }}
@@ -68,7 +68,7 @@
{{ template "repo/fragments/diffOpts" .DiffOpts }}
-
+
{{ template "repo/fragments/interdiffFiles" .Interdiff }}
{{end}} diff --git a/appview/pages/templates/repo/pulls/patch.html b/appview/pages/templates/repo/pulls/patch.html index cd90c43..3769c3a 100644 --- a/appview/pages/templates/repo/pulls/patch.html +++ b/appview/pages/templates/repo/pulls/patch.html @@ -47,8 +47,8 @@ {{ end }} {{ block "contentAfterLayout" . }} -
-
+
+
{{ block "contentAfterLeft" . }} {{ end }}
@@ -73,7 +73,7 @@
{{ template "repo/fragments/diffOpts" .DiffOpts }}
-
+
{{ template "repo/fragments/diffChangedFiles" .Diff }}
{{end}} -- 2.50.0