forked from mirrors/Gitea-Modern
1.0.7 - Forms should now be fixed. I hope.
This commit is contained in:
parent
c3426fda8f
commit
5ae80397e3
1 changed files with 6 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue