ui_migration refactor(build) reduce chuncking size
This commit is contained in:
parent
964a907edc
commit
b2d31f6172
14 changed files with 483 additions and 458 deletions
|
|
@ -325,11 +325,7 @@ export default {
|
|||
</script>
|
||||
|
||||
<style lang="less">
|
||||
// Basic UIkit CSS
|
||||
@import "../node_modules/uikit/src/less/uikit.less";
|
||||
// Custom UIkit CSS modifications
|
||||
@import "./assets/less/theme.less";
|
||||
|
||||
// We override the custom-electron-titlebar z-index
|
||||
// UIKit lightbox must be able to draw over the titlebar
|
||||
// as it currently always spawns at the root of the DOM
|
||||
|
|
@ -376,6 +372,10 @@ html {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
.view-component.uk-padding-small {
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.image-fit {
|
||||
height: 80%;
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue