diff --git a/src/module/applications/compendium-browser.js b/src/module/applications/compendium-browser.js index afc92f1..ce097d3 100644 --- a/src/module/applications/compendium-browser.js +++ b/src/module/applications/compendium-browser.js @@ -1,6 +1,6 @@ // Import Vue dependencies. -import { createApp } from "../../lib/vue.esm-browser.js"; import { VueCompendiumBrowser } from "../../components/components.vue.es.js"; +import { createApp } from "../../lib/vue.esm-browser.js"; /** * Application class for the Compendium Browser. @@ -38,7 +38,7 @@ export class CompendiumBrowserVueApplication extends Application { template: "modules/compendium-browser/templates/vue-compendium-browser.html", id: "compendium-browser", title: game.i18n.localize("CMPBrowser.compendiumBrowser"), - width: 600, + width: 730, height: 730, resizable: true, }; diff --git a/src/styles/compendium-browser.less b/src/styles/compendium-browser.less index cc1b406..078fde6 100644 --- a/src/styles/compendium-browser.less +++ b/src/styles/compendium-browser.less @@ -16,7 +16,7 @@ overflow-y: hidden !important; max-width: 1100px; max-height: 90vh; - min-width: 600px; + min-width: 630px; min-height: 500px; .window-content { overflow-y: hidden !important; @@ -63,6 +63,7 @@ position: sticky; height: 100%; overflow: auto; + flex: 2; button { background: rgba(0, 0, 0, 0.05); border: 1px solid #bbb; @@ -128,7 +129,7 @@ .list-area { position: sticky; height: 100%; - flex: 2; + flex: 3; .loading { flex: 0; text-align: center;