mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-04-11 17:57:19 +10:00
Update Settings Page.
This commit is contained in:
@@ -101,6 +101,13 @@
|
||||
flex-wrap: wrap;
|
||||
align-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;
|
||||
width: 100%;
|
||||
height: calc(100% - 120px);
|
||||
|
||||
@@ -50,6 +50,15 @@
|
||||
align-content: flex-start;
|
||||
justify-content: 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;
|
||||
position: relative;
|
||||
left: 0px;
|
||||
@@ -137,6 +146,13 @@
|
||||
flex-wrap: nowrap;
|
||||
align-content: flex-end;
|
||||
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;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user