Skip to content

Commit

Permalink
Use Fomantic's fluid padded for blame full width (#12023)
Browse files Browse the repository at this point in the history
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
  • Loading branch information
CirnoT and techknowlogick authored Jun 25, 2020
1 parent 0b1bb96 commit 6764daf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions templates/repo/home.tmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{template "base/head" .}}
<div class="repository file list {{if .IsBlame}}blame{{end}}">
<div class="repository file list">
{{template "repo/header" .}}
<div class="ui container">
<div class="ui container {{if .IsBlame}}fluid padded{{end}}">
{{template "base/alert" .}}
<div class="ui repo-description">
<div id="repo-desc">
Expand Down
6 changes: 0 additions & 6 deletions web_src/less/_repository.less
Original file line number Diff line number Diff line change
Expand Up @@ -245,12 +245,6 @@
}

&.file.list {
&.blame {
.ui.container:not(.flex) {
width: 98%;
}
}

.repo-description {
display: flex;
justify-content: space-between;
Expand Down

0 comments on commit 6764daf

Please sign in to comment.