Skip to content

Commit 6764daf

Browse files
Use Fomantic's fluid padded for blame full width (#12023)
Co-authored-by: techknowlogick <[email protected]>
1 parent 0b1bb96 commit 6764daf

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

templates/repo/home.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{template "base/head" .}}
2-
<div class="repository file list {{if .IsBlame}}blame{{end}}">
2+
<div class="repository file list">
33
{{template "repo/header" .}}
4-
<div class="ui container">
4+
<div class="ui container {{if .IsBlame}}fluid padded{{end}}">
55
{{template "base/alert" .}}
66
<div class="ui repo-description">
77
<div id="repo-desc">

web_src/less/_repository.less

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -245,12 +245,6 @@
245245
}
246246

247247
&.file.list {
248-
&.blame {
249-
.ui.container:not(.flex) {
250-
width: 98%;
251-
}
252-
}
253-
254248
.repo-description {
255249
display: flex;
256250
justify-content: space-between;

0 commit comments

Comments
 (0)