From 6764daf7e5a5c485d991fc8030c3c97eab3d1792 Mon Sep 17 00:00:00 2001 From: Cirno the Strongest <1447794+CirnoT@users.noreply.github.com> Date: Thu, 25 Jun 2020 20:58:12 +0200 Subject: [PATCH] Use Fomantic's fluid padded for blame full width (#12023) Co-authored-by: techknowlogick --- templates/repo/home.tmpl | 4 ++-- web_src/less/_repository.less | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl index 45f51819f..f3e07b686 100644 --- a/templates/repo/home.tmpl +++ b/templates/repo/home.tmpl @@ -1,7 +1,7 @@ {{template "base/head" .}} -
+
{{template "repo/header" .}} -
+
{{template "base/alert" .}}
diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less index 67bd58216..c054b7097 100644 --- a/web_src/less/_repository.less +++ b/web_src/less/_repository.less @@ -245,12 +245,6 @@ } &.file.list { - &.blame { - .ui.container:not(.flex) { - width: 98%; - } - } - .repo-description { display: flex; justify-content: space-between;