dialog background

This commit is contained in:
François-Xavier Guillois
2023-05-30 15:49:51 +02:00
parent 411c8f9bce
commit 0acf6ef35b
3 changed files with 9 additions and 3 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

+7 -1
View File
@@ -67,6 +67,12 @@ ul.unstyled li {
overflow-y: hidden;
}
.system-totem .dialog .window-content {
background: url(/systems/totem/assets/images/ui/fond_chat_box.webp);
padding: 0;
overflow-y: hidden;
}
.actor.sheet form .form {
display: grid;
/*grid:
@@ -104,7 +110,7 @@ ul.unstyled li {
height: 102px;
}
.system-totem .char-level {
background: url(/systems/totem/assets/images/ui/gods_navig_top.webp);
background: url(/systems/totem/assets/images/ui/barre_haut.webp);
height: 56px;
background-size: cover;
width: 100%;
+2 -2
View File
@@ -11,8 +11,8 @@ export class TotemActorSheet extends ActorSheet {
return mergeObject(super.defaultOptions, {
classes: ["totem", "sheet", "actor"],
template: "systems/totem/templates/actor/actor-sheet.html",
width: 600,
height: 600,
width: 690,
height: 800,
tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "features" }]
});
}