NPC: restyling 2

pull/12/head
Matheus Clemente 2024-03-30 21:07:14 -03:00
parent c4c8f5a68b
commit 549fa19a4c
2 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
// Import Vue dependencies. // Import Vue dependencies.
import { createApp } from "../../lib/vue.esm-browser.js";
import { VueCompendiumBrowser } from "../../components/components.vue.es.js"; import { VueCompendiumBrowser } from "../../components/components.vue.es.js";
import { createApp } from "../../lib/vue.esm-browser.js";
/** /**
* Application class for the Compendium Browser. * Application class for the Compendium Browser.
@ -38,7 +38,7 @@ export class CompendiumBrowserVueApplication extends Application {
template: "modules/compendium-browser/templates/vue-compendium-browser.html", template: "modules/compendium-browser/templates/vue-compendium-browser.html",
id: "compendium-browser", id: "compendium-browser",
title: game.i18n.localize("CMPBrowser.compendiumBrowser"), title: game.i18n.localize("CMPBrowser.compendiumBrowser"),
width: 600, width: 730,
height: 730, height: 730,
resizable: true, resizable: true,
}; };

View File

@ -16,7 +16,7 @@
overflow-y: hidden !important; overflow-y: hidden !important;
max-width: 1100px; max-width: 1100px;
max-height: 90vh; max-height: 90vh;
min-width: 600px; min-width: 630px;
min-height: 500px; min-height: 500px;
.window-content { .window-content {
overflow-y: hidden !important; overflow-y: hidden !important;
@ -63,6 +63,7 @@
position: sticky; position: sticky;
height: 100%; height: 100%;
overflow: auto; overflow: auto;
flex: 2;
button { button {
background: rgba(0, 0, 0, 0.05); background: rgba(0, 0, 0, 0.05);
border: 1px solid #bbb; border: 1px solid #bbb;
@ -128,7 +129,7 @@
.list-area { .list-area {
position: sticky; position: sticky;
height: 100%; height: 100%;
flex: 2; flex: 3;
.loading { .loading {
flex: 0; flex: 0;
text-align: center; text-align: center;