mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-04-19 13:46:16 +10:00
Update Settings Page.
This commit is contained in:
@@ -101,6 +101,13 @@
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
align-content: flex-start;
|
align-content: flex-start;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
|
display: -ms-flexbox;
|
||||||
|
-ms-flex-direction: row;
|
||||||
|
-ms-flex-wrap: wrap;
|
||||||
|
-ms-flex-line-pack: start;
|
||||||
|
/* align-content: flex-start */
|
||||||
|
-ms-flex-pack: start;
|
||||||
|
/* justify-content: flex-start */
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(100% - 120px);
|
height: calc(100% - 120px);
|
||||||
|
|||||||
@@ -50,6 +50,15 @@
|
|||||||
align-content: flex-start;
|
align-content: flex-start;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
display: -ms-flexbox;
|
||||||
|
-ms-flex-direction: column;
|
||||||
|
-ms-flex-wrap: wrap;
|
||||||
|
-ms-flex-line-pack: start;
|
||||||
|
/* align-content */
|
||||||
|
-ms-flex-pack: start;
|
||||||
|
/* justify-content */
|
||||||
|
-ms-flex-align: start;
|
||||||
|
/* align-items */
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
@@ -137,6 +146,13 @@
|
|||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
align-content: flex-end;
|
align-content: flex-end;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
|
display: -ms-flexbox;
|
||||||
|
-ms-flex-direction: column;
|
||||||
|
-ms-flex-wrap: nowrap;
|
||||||
|
-ms-flex-line-pack: end;
|
||||||
|
/* align-content: flex-end */
|
||||||
|
-ms-flex-pack: start;
|
||||||
|
/* justify-content: flex-start */
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user