ui_migration refactor(build) reduce chuncking size

This commit is contained in:
Antonio Anaya 2026-05-07 09:54:49 +00:00 committed by Joe Knapper
parent 964a907edc
commit b2d31f6172
14 changed files with 483 additions and 458 deletions

View file

@ -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%;