feat: add builder configuration file
feat: add cocos-service configuration file feat: add device configuration file feat: add engine configuration file feat: add information configuration file feat: add program configuration file feat: add project configuration file feat: add TypeScript configuration file
This commit is contained in:
21
extensions/quick-compress-image/template/setting.css
Normal file
21
extensions/quick-compress-image/template/setting.css
Normal file
@@ -0,0 +1,21 @@
|
||||
#box {
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
flex-direction: column;
|
||||
align-content: flex-start;
|
||||
align-items: stretch;
|
||||
justify-content: space-between;
|
||||
height: -webkit-fill-available;
|
||||
|
||||
margin-left: 22px;
|
||||
margin-right: 22px;
|
||||
margin-top: 22px;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
.layoutItem {
|
||||
flex: 0.5;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-grow: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user