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
|
// main: theme-gitea-modern.user.styl, out: theme-gitea-modern.css, compress: true
|
||||||
// Ignore above, just compiler stuff
|
// Ignore above, just compiler stuff
|
||||||
|
|
||||||
/* Update 1.0.6
|
/* Update 1.0.7
|
||||||
- Fixed New Releases page
|
- Forms should now be fixed. I hope.
|
||||||
- Tweaked issues list
|
|
||||||
- Compressed .css file
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
@ -505,7 +503,7 @@ html {
|
||||||
@media only screen and (min-width: 850px) {
|
@media only screen and (min-width: 850px) {
|
||||||
// Still tweaking selectors a bit
|
// 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(.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;
|
display: grid;
|
||||||
grid-row-gap: 10px;
|
grid-row-gap: 10px;
|
||||||
grid-template-columns: 100px calc(100% - 100px);
|
grid-template-columns: 100px calc(100% - 100px);
|
||||||
|
@ -514,6 +512,9 @@ html {
|
||||||
width: 1367px;
|
width: 1367px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
& > .middle {
|
||||||
|
grid-column: 1 / span 2;
|
||||||
|
}
|
||||||
.header-wrapper {
|
.header-wrapper {
|
||||||
display: contents;
|
display: contents;
|
||||||
& > .ui.container:first-child {
|
& > .ui.container:first-child {
|
||||||
|
|
Loading…
Reference in a new issue