Fix gm toolbox
This commit is contained in:
@@ -20,8 +20,8 @@ export class GmToolsDialog extends FormApplication {
|
|||||||
classes: ["l5r5e", "gm-tools-dialog"],
|
classes: ["l5r5e", "gm-tools-dialog"],
|
||||||
template: CONFIG.l5r5e.paths.templates + "dice/gm-tools-dialog.html",
|
template: CONFIG.l5r5e.paths.templates + "dice/gm-tools-dialog.html",
|
||||||
title: game.i18n.localize("l5r5e.gm_toolbox.title"),
|
title: game.i18n.localize("l5r5e.gm_toolbox.title"),
|
||||||
left: x - 523,
|
left: x - 512,
|
||||||
top: y - 114,
|
top: y - 98,
|
||||||
closeOnSubmit: false,
|
closeOnSubmit: false,
|
||||||
submitOnClose: false,
|
submitOnClose: false,
|
||||||
submitOnChange: true,
|
submitOnChange: true,
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -367,9 +367,9 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
border-bottom: 1px solid rgb(195, 165, 130);
|
border-bottom: 1px solid rgb(195, 165, 130);
|
||||||
h4 {
|
h4 {
|
||||||
font-family: $font-primary;
|
letter-spacing: 0.25rem;
|
||||||
text-transform: uppercase;
|
line-height: 2.25rem;
|
||||||
letter-spacing: 0.15rem;
|
color: $white-light;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.window-content {
|
.window-content {
|
||||||
@@ -377,33 +377,51 @@
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: $white-light;
|
color: $white-light;
|
||||||
|
form {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
.gm-tools-container {
|
.gm-tools-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
line-height: 2rem;
|
line-height: 2rem;
|
||||||
min-height: 2rem;
|
min-height: 2rem;
|
||||||
margin: 0.5rem 0;
|
margin: 0;
|
||||||
li {
|
li {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: 0 0.5rem;
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
border-right: 1px solid #c3a582;
|
||||||
cursor: url("../assets/cursors/pointer.webp"), pointer;
|
cursor: url("../assets/cursors/pointer.webp"), pointer;
|
||||||
|
&:last-child {
|
||||||
|
margin: 0;
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
:hover {
|
:hover {
|
||||||
text-shadow: 0 0 $red;
|
text-shadow: 0 0 $red;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.difficulty_hidden {
|
.difficulty_hidden {
|
||||||
.fa {
|
.fa {
|
||||||
width: 2.5rem;
|
width: 3rem;
|
||||||
}
|
}
|
||||||
.difficulty {
|
.difficulty {
|
||||||
flex: 1rem;
|
flex: 1rem;
|
||||||
width: 1rem;
|
width: 2rem;
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0 0.25rem;
|
margin: 0;
|
||||||
|
padding: 0.5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.fa {
|
||||||
|
padding: 0.5rem;
|
||||||
|
}
|
||||||
|
.fa-bed,
|
||||||
|
.fa-star-half-alt {
|
||||||
|
width: 100%;
|
||||||
|
padding: 0.5rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// hide "search anywhere" draggable icon
|
// hide "search anywhere" draggable icon
|
||||||
|
|||||||
Reference in New Issue
Block a user