diff --git a/Gitea/theme-gitea-modern.styl b/Gitea/theme-gitea-modern.styl index 7112c0f..a9791bd 100644 --- a/Gitea/theme-gitea-modern.styl +++ b/Gitea/theme-gitea-modern.styl @@ -1,10 +1,8 @@ // main: theme-gitea-modern.user.styl, out: theme-gitea-modern.css, compress: true // Ignore above, just compiler stuff -/* Update 1.0.6 -- Fixed New Releases page -- Tweaked issues list -- Compressed .css file +/* Update 1.0.7 +- Forms should now be fixed. I hope. */ @@ -505,7 +503,7 @@ html { @media only screen and (min-width: 850px) { // Still tweaking selectors a bit // .page-content.repository:not(.issues.repository.milestones):not(.new:not(.issue):not(.wiki):not(.release)) { - .page-content.repository:not(.issues.repository.milestones):not(.migrate) { + .page-content.repository:not(.issues.repository.milestones) { display: grid; grid-row-gap: 10px; grid-template-columns: 100px calc(100% - 100px); @@ -514,6 +512,9 @@ html { width: 1367px; max-width: 100%; margin: auto; + & > .middle { + grid-column: 1 / span 2; + } .header-wrapper { display: contents; & > .ui.container:first-child {