From 5ae80397e3c5535ff3e8191ed823ab39e5b7ee36 Mon Sep 17 00:00:00 2001 From: Free Date: Tue, 31 Aug 2021 16:08:36 +0200 Subject: [PATCH] 1.0.7 - Forms should now be fixed. I hope. --- Gitea/theme-gitea-modern.styl | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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 {