Compare commits

..

No commits in common. "main" and "v1.0.0.1-main" have entirely different histories.

2 changed files with 4 additions and 6 deletions

View File

@ -16,8 +16,8 @@
"maximum": "11" "maximum": "11"
}, },
"url": "${DRONE_REPO_LINK}", "url": "${DRONE_REPO_LINK}",
"manifest": "https://static.kdiva.ru/foundryvtt-resources/$DRONE_REPO/latest/module.json", "manifest": "${DRONE_REPO_LINK}/releases/download/latest/module.json",
"download": "https://static.kdiva.ru/foundryvtt-resources/$DRONE_REPO/$RELEASE_TAG/module.zip", "download": "${DRONE_REPO_LINK}/releases/download/$RELEASE_TAG/module.zip",
"styles": [ "styles": [
"styles/common.css", "styles/common.css",
"styles/core.css", "styles/core.css",

View File

@ -47,8 +47,6 @@
/* IMAGES */ /* IMAGES */
.core-page img { .core-page img {
object-fit: contain; object-fit: fill;
border-style: none; width: 800px;
border: none;
/* width: 800px; */
} }