diff --git a/frontend/quasar.config.js b/frontend/quasar.config.js index 7a3d70d..f717585 100644 --- a/frontend/quasar.config.js +++ b/frontend/quasar.config.js @@ -163,7 +163,7 @@ module.exports = configure(function (/* ctx */) { } : { '/app-store': { - target: `https://market.${process.env.ACCOUNT}.myterminus.com`, + target: `https://market.local.${process.env.ACCOUNT}.myterminus.com`, changeOrigin: true } } diff --git a/frontend/src/components/appcard/InstallButton.vue b/frontend/src/components/appcard/InstallButton.vue index 08dc9f9..8cf7585 100644 --- a/frontend/src/components/appcard/InstallButton.vue +++ b/frontend/src/components/appcard/InstallButton.vue @@ -9,10 +9,10 @@ '--width': larger ? '88px' : '72px', '--statusWidth': larger ? showDropMenu - ? 'calc(100% - 21px)' + ? 'calc(100% - 25px)' : '100%' : showDropMenu - ? 'calc(100% - 17px)' + ? 'calc(100% - 21px)' : '100%' }" > @@ -65,22 +65,27 @@