dialog background
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 81 KiB |
+7
-1
@@ -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%;
|
||||
|
||||
@@ -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" }]
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user