Compare commits
10
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
58c8d814e3 | ||
|
|
cb05c9a67b | ||
|
|
c0dced6fe6 | ||
|
|
5a41c4bb56 | ||
|
|
7ee92f6601 | ||
|
|
8a3c632c7d | ||
|
|
7fe52cf52a | ||
|
|
f4a2338075 | ||
|
|
024f0b9c42 | ||
|
|
16df142d45 |
@@ -88,6 +88,15 @@
|
||||
border: 0px solid black;
|
||||
}
|
||||
|
||||
.profile-img {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
height: 100%;
|
||||
width: auto;
|
||||
border: 0px solid black;
|
||||
}
|
||||
|
||||
.sheet.character {
|
||||
form {
|
||||
display: flex;
|
||||
|
||||
+2
-6
@@ -9,11 +9,7 @@
|
||||
"verified": "11",
|
||||
"maximum": "11"
|
||||
},
|
||||
"authors": [
|
||||
{"name": "Byroks"},
|
||||
{"name": "Le-Frique"},
|
||||
{"name": "Oskaloq"}
|
||||
],
|
||||
"authors": [{ "name": "Byroks" }, { "name": "Le-Frique" }, { "name": "Oskaloq" }],
|
||||
"scripts": ["bundle.js"],
|
||||
"styles": ["bundle.css"],
|
||||
"languages": [
|
||||
@@ -32,4 +28,4 @@
|
||||
"download": "https://git.byroks.de/MidgardVTT-Entwicklung/foundry-vtt-system-midgard5/releases/download/v2.6.0/midgard5-v2.6.0.zip",
|
||||
"initiative": "@c.calc.attributes.gw.value",
|
||||
"license": "LICENSE.txt"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user