Added "Gm Monitor" & reset void point to gm toolbox

This commit is contained in:
Vlyan
2021-08-13 16:12:49 +02:00
parent d13ec4049c
commit d7059f09fa
16 changed files with 533 additions and 54 deletions

File diff suppressed because one or more lines are too long

View File

@@ -399,7 +399,25 @@
}
}
#l5r5e-gm-tools-dialog {
#l5r5e-gm-monitor {
min-height: 270px;
min-width: 500px;
.window-content {
th,
td {
border: 1px solid #5a6e5a;
padding: 0.25em;
}
img {
border: none;
max-width: 28px;
max-height: 28px;
}
}
}
#l5r5e-gm-toolbox {
//bottom: 0;
//right: 0.5rem;
display: flex;
@@ -473,7 +491,9 @@
padding: 0.5rem;
}
.fa-bed,
.fa-star-half-alt {
.fa-star-half-alt,
.fa-table,
.fa-podcast {
width: 100%;
padding: 0.5rem;
}

View File

@@ -5,6 +5,10 @@ button {
cursor: url("../assets/cursors/pointer.webp"), pointer;
}
.pointer {
cursor: url("../assets/cursors/pointer.webp"), pointer;
}
// sidebar
#sidebar {
padding: 0.5rem 0.25rem 0.5rem 0.5rem;